From e9fcbdcfd62d0df8b36e332c5a34281d9306b2ec Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 15 May 2020 21:53:57 +0100 Subject: [PATCH] add system calls --- src/soc/branch/pipe_data.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/soc/branch/pipe_data.py b/src/soc/branch/pipe_data.py index f3bb8f13..429de45c 100644 --- 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): -- 2.30.2