projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c96e9
)
whoops syntax error
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 18 Jun 2019 09:28:15 +0000
(10:28 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 18 Jun 2019 09:28:15 +0000
(10:28 +0100)
src/experiment/compldst.py
patch
|
blob
|
history
diff --git
a/src/experiment/compldst.py
b/src/experiment/compldst.py
index 18acbff814cc2d2796d89f4d968bb036633747ea..77ad39dd1ace5a41406a97c4544c707cea8e4e15 100644
(file)
--- a/
src/experiment/compldst.py
+++ b/
src/experiment/compldst.py
@@
-215,7
+215,7
@@
class LDSTCompUnit(Elaboratable):
m.d.comb += self.alu.p_valid_i.eq(1) # so indicate valid
# put the register directly onto the output bus on a go_write
- with m.If(
(
self.go_wr_i):
+ with m.If(self.go_wr_i):
comb += self.data_o.eq(data_r)
# put the register directly onto the address bus