(no commit message)
authorlkcl <lkcl@web>
Wed, 3 Mar 2021 13:10:27 +0000 (13:10 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 3 Mar 2021 13:10:27 +0000 (13:10 +0000)
openpower/sv/implementation.mdwn

index 28adf0f8d1afe225f0446277417fcfa2e992eb1e..ed356000ac2ee106af7fbddb67c6ae09ca075abc 100644 (file)
@@ -104,6 +104,14 @@ Progress:
 
 * <https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/sv/svstate.py;hb=HEAD>
 
+## Adding SVSTATE "set/get" support for hw/sw debugging
+
+This includes adding DMI get/set support in hardware as well as gdb (remote) support.
+
+* LibreSOC DMI/JTAG: TODO
+* Microwatt DMI: TODO
+* power-gem5 remote gdb: TODO 
+
 ## sv.setvl
 
 a [[sv/setvl]] instruction is needed, which also implements [[sv/sprs]] i.e. primarily the `SVSTATE` SPR.  the dual-access SPRs for VL and MVL which mirror into the SVSTATE.VL and SVSTATE.MVL fields are not immediately essential to implement.