microwatt: Add mmu.vhdl
This commit is contained in:
parent
b57fc8702a
commit
748dcc1c26
|
@ -151,6 +151,9 @@ class Microwatt(CPU):
|
||||||
# Writeback
|
# Writeback
|
||||||
"writeback.vhdl",
|
"writeback.vhdl",
|
||||||
|
|
||||||
|
# MMU
|
||||||
|
"mmu.vhdl",
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
"core_debug.vhdl",
|
"core_debug.vhdl",
|
||||||
"core.vhdl",
|
"core.vhdl",
|
||||||
|
|
Loading…
Reference in New Issue