Fix indentation
authorCesar Strauss <cestrauss@gmail.com>
Mon, 27 Dec 2021 13:26:45 +0000 (10:26 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Mon, 27 Dec 2021 13:26:45 +0000 (10:26 -0300)
src/soc/simple/inorder.py

index 4edf92f120f2295e4a159939de1f0907913ce269..851d7f5f38ab19b05e31e66571cd73a1db878242 100644 (file)
@@ -160,7 +160,7 @@ class FetchFSM(ControlBase):
                         # not SVP64 - 32-bit only
                         sync += nia.eq(cur_state.pc + 4)
                         sync += dec_opcode_o.eq(insn)
-                            m.next = "INSN_READY"
+                        m.next = "INSN_READY"
 
             with m.State("INSN_READY"):
                 # hand over the instruction, to be decoded