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