more rename of exception_o to exc_o, add convenience function in TestCore
[soc.git] / src / soc / fu / mmu / fsm.py
index ce8185b46433005f77702ea94c5548257cc98a8e..af92d68d7b0befa5fdb701d4eab13c81fdf9dfdf 100644 (file)
@@ -150,7 +150,7 @@ class LoadStore1(PortInterfaceBase):
                 # v.state := MMU_LOOKUP;
                 # v.stage1_en := '0';
 
-        exc = self.pi.exception_o
+        exc = self.pi.exc_o
 
         #happened, alignment, instr_fault, invalid,
         comb += exc.happened.eq(d_out.error | l_out.err)