add system calls
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 May 2020 20:53:57 +0000 (21:53 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 May 2020 20:53:57 +0000 (21:53 +0100)
src/soc/branch/pipe_data.py

index f3bb8f13d673f525d5400643c088dcb1204d3e13..429de45c15302c1146991f678d1aeb68c10fba42 100644 (file)
@@ -30,6 +30,12 @@ class IntegerData:
     def op_bcctrl(LR, CR, CTR):
     def op_bctar(LR, CR, CTR, TAR):
     def op_bctarl(LR, CR, CTR, TAR):
+
+    def op_sc(           MSR):
+    def op_scv(LR, SRR1, MSR):
+    def op_rfscv(LR, CTR, MSR):
+    def op_rfid(SRR0, SRR1, MSR):
+    def op_hrfid(HSRR0, HSRR1, MSR):
 """
 
 class BranchInputData(IntegerData):