projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb140c
)
Remove obsolete comment
author
Cesar Strauss
<cestrauss@gmail.com>
Sun, 14 Feb 2021 19:16:24 +0000
(16:16 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Sun, 14 Feb 2021 19:16:24 +0000
(16:16 -0300)
Forgot to remove the TODO item when I implemented it.
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index c8dac1475873a21ec38cd85c6ea3b4e28b6f8bc7..782bded645f9764a201c4ded7eb737e41fdfb3d5 100644
(file)
--- a/
src/soc/simple/issuer.py
+++ b/
src/soc/simple/issuer.py
@@
-372,10
+372,6
@@
class TestIssuerInternal(Elaboratable):
comb += fetch_insn_ready_i.eq(1)
with m.If(fetch_insn_valid_o):
# decode the instruction
- # TODO, before issuing new instruction first
- # check if it's SVP64. (svp64.is_svp64_mode set)
- # if yes, record the svp64_rm, put that into
- # pdecode2.sv_rm, then read another 32 bits (INSN_FETCH2?)
comb += dec_opcode_i.eq(fetch_insn_o) # actual opcode
sync += core.e.eq(pdecode2.e)
sync += core.state.eq(cur_state)