projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d68ce
)
comment out wrflag as it should already be in the fu.wr.rel logic
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 4 Jun 2020 15:09:20 +0000
(16:09 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 4 Jun 2020 15:09:20 +0000
(16:09 +0100)
src/soc/simple/core.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/core.py
b/src/soc/simple/core.py
index 95aed902ecd1ab36b30707f2a3e4e74be1bdd36a..aa63d6d949e04aee954ad8bae1fe3ddf0c6696cb 100644
(file)
--- a/
src/soc/simple/core.py
+++ b/
src/soc/simple/core.py
@@
-177,7
+177,7
@@
class NonProductionCore(Elaboratable):
# connect request-read to picker input, and output to go-wr
fu_active = fu_bitdict[funame]
- pick = fu.wr.rel[idx] & fu_active & wrflag
+ pick = fu.wr.rel[idx] & fu_active
#
& wrflag
comb += wrpick.i[pi].eq(pick)
sync += fu.go_wr_i[idx].eq(wrpick.o[pi] & wrpick.en_o)
# connect regfile port to input