microwatt: Add mmu.vhdl

This commit is contained in:
Joel Stanley 2020-06-10 12:14:39 +09:30
parent b57fc8702a
commit 748dcc1c26
1 changed files with 3 additions and 0 deletions

View File

@ -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",