mmu.py, dcache.py, mem_types.py change types capitalization because I
authorCole Poirier <colepoirier@gmail.com>
Sat, 29 Aug 2020 22:56:15 +0000 (15:56 -0700)
committerCole Poirier <colepoirier@gmail.com>
Sat, 29 Aug 2020 22:56:15 +0000 (15:56 -0700)
commit546ee4265b1fc686d56c425e8083d91d3ae0b3ea
tree0f2dc5f91f848ad5c6f401a7958826a3d8f4ef34
parenta2c091505f1aa8037d59f07777851d124330df84
mmu.py, dcache.py, mem_types.py change types capitalization because I
was making typing errors, and this make more sense. Mmu -> MMU, Dcache
-> DCache, Icache -> ICache
src/soc/experiment/dcache.py
src/soc/experiment/mem_types.py
src/soc/experiment/mmu.py