projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e09d63
)
latch opcode on instruction issue
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 29 May 2019 09:41:25 +0000
(10:41 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 29 May 2019 09:41:25 +0000
(10:41 +0100)
src/experiment/compalu.py
patch
|
blob
|
history
diff --git
a/src/experiment/compalu.py
b/src/experiment/compalu.py
index 446c7e0f997a38295b14cd87f264645edea0673e..f517f5ccc7ac63b74fd8f802ee333272bba29251 100644
(file)
--- a/
src/experiment/compalu.py
+++ b/
src/experiment/compalu.py
@@
-122,7
+122,7
@@
class ComputationUnitNoDelay(Elaboratable):
# m.d.comb += self.alu.op.eq(self.oper_i)
# create a latch/register for the operand
- latchregister(m, self.oper_i, self.alu.op,
opc_l.qn
)
+ latchregister(m, self.oper_i, self.alu.op,
self.issue_i
)
# and one for the output from the ALU
data_r = Signal(self.rwid, reset_less=True) # Dest register