Update TODO
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 13 May 2020 14:07:56 +0000 (10:07 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 13 May 2020 14:08:25 +0000 (10:08 -0400)
src/soc/decoder/isa/caller.py

index e2a4f89d1a4b88c5d0ec7d0330f5aa701811d6d4..2dc6205e004b432eb887b5452ff79bb4f4f28fd7 100644 (file)
@@ -178,10 +178,11 @@ class ISACaller:
         #            note that mffs, mcrfs, mtfsf "manage" this FPSCR
         # 2.3.1 CR (and sub-fields CR0..CR6 - CR0 SO comes from XER.SO)
         #         note that mfocrf, mfcr, mtcr, mtocrf, mcrxrx "manage" CRs
-        # 2.3.2 LR   (actually SPR #8)
-        # 2.3.3 CTR  (actually SPR #9)
+        #         -- Done
+        # 2.3.2 LR   (actually SPR #8) -- Done
+        # 2.3.3 CTR  (actually SPR #9) -- Done
         # 2.3.4 TAR  (actually SPR #815)
-        # 3.2.2 p45 XER  (actually SPR #0)
+        # 3.2.2 p45 XER  (actually SPR #1) -- Done
         # 3.2.3 p46 p232 VRSAVE (actually SPR #256)
 
         # create CR then allow portions of it to be "selectable" (below)