diff --git a/power_fv/insn/spec/branch.py b/power_fv/insn/spec/branch.py index 8552067..ea68e50 100644 --- a/power_fv/insn/spec/branch.py +++ b/power_fv/insn/spec/branch.py @@ -51,10 +51,6 @@ class BranchSpec(InsnSpec, Elaboratable): else: m.d.comb += self.pfv.intr.eq(0) - # Read MSR.SF - - m.d.comb += self.pfv.msr.r_mask.sf.eq(1) - # Is this branch taken ? taken = Signal()