projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3197efe
)
add system calls
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 May 2020 20:53:57 +0000
(21:53 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 May 2020 20:53:57 +0000
(21:53 +0100)
src/soc/branch/pipe_data.py
patch
|
blob
|
history
diff --git
a/src/soc/branch/pipe_data.py
b/src/soc/branch/pipe_data.py
index f3bb8f13d673f525d5400643c088dcb1204d3e13..429de45c15302c1146991f678d1aeb68c10fba42 100644
(file)
--- a/
src/soc/branch/pipe_data.py
+++ b/
src/soc/branch/pipe_data.py
@@
-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):