projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee96800
)
Fix indentation
author
Cesar Strauss
<cestrauss@gmail.com>
Mon, 27 Dec 2021 13:26:45 +0000
(10:26 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Mon, 27 Dec 2021 13:26:45 +0000
(10:26 -0300)
src/soc/simple/inorder.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/inorder.py
b/src/soc/simple/inorder.py
index 4edf92f120f2295e4a159939de1f0907913ce269..851d7f5f38ab19b05e31e66571cd73a1db878242 100644
(file)
--- 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