add CR0 to LDSTCompUnit, for reporting if LR/SC store is done
[soc.git] / src / soc / fu / ldst / pipe_data.py
index c2d8a43cb47c0096d31e34e60e243ac7f5aba8b9..fe45b6e83aecd9f251e65c9662aaac5cab181a43 100644 (file)
@@ -22,7 +22,7 @@ class LDSTOutputData(FUBaseData):
     # LDSTCompUnit is unusual in that it's non-standard to RegSpecAPI
     regspec = [('INT', 'o', '0:63'),   # RT
                ('INT', 'o1', '0:63'),  # RA (effective address, update mode)
-               # TODO, later ('CR', 'cr_a', '0:3'),
+               ('CR', 'cr_a', '0:3'),
                # TODO, later ('XER', 'xer_so', '32')
                 ]
     def __init__(self, pspec):