projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56da89b
)
Fix typo in mmu.py
author
Cole Poirier
<colepoirier@gmail.com>
Mon, 10 Aug 2020 17:45:49 +0000
(10:45 -0700)
committer
Cole Poirier
<colepoirier@gmail.com>
Mon, 10 Aug 2020 17:45:49 +0000
(10:45 -0700)
src/soc/experiment/mmu.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/mmu.py
b/src/soc/experiment/mmu.py
index 6a8096367cd4f2fe1bb893728900a9f015fe3aa5..aeda3a585ed58f09b76230bfc7f8ee8ff92c7b4b 100644
(file)
--- a/
src/soc/experiment/mmu.py
+++ b/
src/soc/experiment/mmu.py
@@
-768,7
+768,7
@@
class AddrShifter(Elaboratable):
comb += v.state.eq(State.RADIX_READ_WAIT)
# when RADIX_READ_WAIT =>
- with m.Case(State.RADIX_READ_WAIT)
+ with m.Case(State.RADIX_READ_WAIT)
:
# if d_in.done = '1' then
with m.If(d_in.done == 1):
# v.pde := data;