debug: Provide a way to examine GPRs, fast SPRs and MSR
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 2 May 2020 03:26:30 +0000 (13:26 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 8 May 2020 02:12:01 +0000 (12:12 +1000)
commitdd2e71930c6854f2d251526ff29041c5d90e8e24
tree8920d2091eb61f604f68ee0f159012763bc6714c
parent5d282a950c5be5a92b2d705f529f13fc55cd0c59
debug: Provide a way to examine GPRs, fast SPRs and MSR

This provides commands on the debug interface to read the value of
the MSR or any of the 64 GSPR register file entries.  The GSPR values
are read using the B port of the register file in a cycle when
decode2 is not using it.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
core.vhdl
core_debug.vhdl
decode2.vhdl
execute1.vhdl
register_file.vhdl