projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f075f
)
use latched readflag (recspec_decode_read "ok") instead of global one
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 30 Nov 2021 16:12:31 +0000
(16:12 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 30 Nov 2021 16:12:31 +0000
(16:12 +0000)
src/soc/simple/core.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/core.py
b/src/soc/simple/core.py
index c00298ec5479c33600f2c8a796da95b7244a33f5..825c7d4d92453eb52ced901a800a6fb0adafdf3a 100644
(file)
--- a/
src/soc/simple/core.py
+++ b/
src/soc/simple/core.py
@@
-586,7
+586,7
@@
class NonProductionCore(ControlBase):
wvchk_en = Signal(len(wvchk), name="wv_chk_addr_en_"+name)
issue_active = Signal(name="rd_iactive_"+name)
# XXX combinatorial loop here
- comb += issue_active.eq(fu_active & r
f
)
+ comb += issue_active.eq(fu_active & r
dflag
)
with m.If(issue_active):
if rfile.unary:
comb += wvchk_en.eq(read)