move memory related types from mmu.py into new file mem_types.py as they
authorCole Poirier <colepoirier@gmail.com>
Thu, 13 Aug 2020 18:45:25 +0000 (11:45 -0700)
committerCole Poirier <colepoirier@gmail.com>
Thu, 13 Aug 2020 18:45:25 +0000 (11:45 -0700)
commit39f02e5b5f4f8c982ebf6f2333a0a5a4e5816576
treebac188ee715d7c9f41aef9f6baeccbd358598027
parentba500c1fbb9ff4d2d7b7d16ca9d9800858acd9df
move memory related types from mmu.py into new file mem_types.py as they
are used by icache and dcache as well
src/soc/experiment/mem_types.py [new file with mode: 0644]
src/soc/experiment/mmu.py