From ed89e8aee0b71c3bd0aee3de57bf78c7d6a8a0e8 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Mon, 27 Dec 2021 10:26:45 -0300 Subject: [PATCH] Fix indentation --- src/soc/simple/inorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/simple/inorder.py b/src/soc/simple/inorder.py index 4edf92f1..851d7f5f 100644 --- a/src/soc/simple/inorder.py +++ b/src/soc/simple/inorder.py @@ -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 -- 2.30.2