mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 06:25:20 +00:00
16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
|
set pagination off
|
||
|
set logging overwrite on
|
||
|
set logging redirect on
|
||
|
set logging file /mnt/scratch/riscv_testbench/riscv_boot_regs.txt
|
||
|
set logging on
|
||
|
x/i $pc
|
||
|
x/x $pc
|
||
|
info all-registers
|
||
|
while ($pc != 0xffffffe000018fa4)
|
||
|
si
|
||
|
x/i $pc
|
||
|
x/x $pc
|
||
|
info all-registers
|
||
|
end
|
||
|
set logging off
|