mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
microwatt: Add mmu.vhdl
This commit is contained in:
parent
b57fc8702a
commit
748dcc1c26
1 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,9 @@ class Microwatt(CPU):
|
|||
# Writeback
|
||||
"writeback.vhdl",
|
||||
|
||||
# MMU
|
||||
"mmu.vhdl",
|
||||
|
||||
# Core
|
||||
"core_debug.vhdl",
|
||||
"core.vhdl",
|
||||
|
|
Loading…
Reference in a new issue