From: Cesar Strauss Date: Mon, 27 Dec 2021 13:26:45 +0000 (-0300) Subject: Fix indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed89e8aee0b71c3bd0aee3de57bf78c7d6a8a0e8;p=soc.git Fix indentation --- 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