projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900c57c
)
Fix typo in mmu.py
author
Cole Poirier
<colepoirier@gmail.com>
Wed, 12 Aug 2020 00:10:56 +0000
(17:10 -0700)
committer
Cole Poirier
<colepoirier@gmail.com>
Wed, 12 Aug 2020 00:10:56 +0000
(17:10 -0700)
src/soc/experiment/mmu.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/mmu.py
b/src/soc/experiment/mmu.py
index 96a60d45292fb741596a1a98d5207173e0c5779f..cf54b7a7c9ed0b67c6a959579377c9f8fbcb2465 100644
(file)
--- a/
src/soc/experiment/mmu.py
+++ b/
src/soc/experiment/mmu.py
@@
-800,7
+800,7
@@
class MMU1(Elaboratable):
# not finalmask(30 downto 0));
comb += mbits.eq(0 & r.mask_size)
comb += v.shift.eq(r.shift + (31 -12) - mbits)
- # TODO need l
ck
l to check this is correct
+ # TODO need l
kc
l to check this is correct
comb += nonzero.eq(0 | Cat((~finalmask[0:31]),
r.addr[31:62]
))