projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0a39a
)
add bugreport link to mmu
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 May 2021 00:43:43 +0000
(
01:43
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 May 2021 00:48:41 +0000
(
01:48
+0100)
src/soc/fu/mmu/fsm.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/mmu/fsm.py
b/src/soc/fu/mmu/fsm.py
index e062ceb9332174760d81bbacbc1d65f70158ad9e..b3d09b4e7e36bf1b0c7ff09995f15b40ac8a209a 100644
(file)
--- a/
src/soc/fu/mmu/fsm.py
+++ b/
src/soc/fu/mmu/fsm.py
@@
-1,3
+1,9
@@
+"""
+Based on microwatt mmu.vhdl
+
+* https://bugs.libre-soc.org/show_bug.cgi?id=491
+"""
+
from nmigen import Elaboratable, Module, Signal, Shape, unsigned, Cat, Mux
from nmigen import Record, Memory
from nmigen import Const