Merge branch 'master' of git.libre-soc.org:soc
[soc.git] / src / soc / experiment / mmu.py
2020-08-17 Luke Kenneth Casso... move Mask to nmutil
2020-08-17 Luke Kenneth Casso... use shift module in mmu. to be moved to nmutil
2020-08-16 Cole Poiriermmu.py fix formatting 80 char limit
2020-08-16 Luke Kenneth Casso... use simple one-line mask-generation
2020-08-16 Luke Kenneth Casso... missing vars, spelling corrections
2020-08-16 Luke Kenneth Casso... big reorg, shuffle code to functions, makes the FSM...
2020-08-16 Luke Kenneth Casso... spelling error, move perm_ok to local
2020-08-16 Luke Kenneth Casso... more comment removal
2020-08-16 Luke Kenneth Casso... more remove comments
2020-08-16 Luke Kenneth Casso... removing more comments, tidyup
2020-08-16 Luke Kenneth Casso... restore incorrect removal of zero-Cat at LHS (should...
2020-08-16 Luke Kenneth Casso... continue tidyup, comment removal/review. use byte_reve...
2020-08-16 Luke Kenneth Casso... fix batch of syntax errors found by running mmu.py
2020-08-16 Luke Kenneth Casso... begin tidyup, removing comments after line-by-line...
2020-08-15 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-15 Cole Poiriermmu.py fix Cat() semantics fixes https://bugs.libre...
2020-08-15 Cole Poiriermmu.py fixes https://bugs.libre-soc.org/show_bug.cgi...
2020-08-15 Cole Poiriermmu.py fixes https://bugs.libre-soc.org/show_bug.cgi...
2020-08-15 Cole Poiriermmu.py fixes https://bugs.libre-soc.org/show_bug.cgi...
2020-08-13 Cole Poiriermove memory related types from mmu.py into new file...
2020-08-12 Cole Poiriermmu.py add skeleton sim and test functions from regfile...
2020-08-12 Cole PoirierDelete unnecessary mmu dir, move mmu.py out of mmu...
2020-08-12 Cole PoirierCreate dir experiment/mmu then mmu/test with skeleton...
2020-08-12 Cole Poiriermmu.py add RecordObject classes from common.vhdl input...
2020-08-12 Cole Poiriermmu.py remove TODOs for vhdl (others => '0') as they...
2020-08-12 Cole Poiriermmu.py fix or(block of logic) to be (block of logic...
2020-08-12 Cole Poiriermmu.py fix length of hex const https://bugs.libre-soc...
2020-08-12 Cole Poiriermmu.py remove class AddrShifter
2020-08-12 Cole PoirierFix typo in mmu.py
2020-08-11 Cole Poiriermmu.py fix formatting, use Cat() where '&' in mmu.vhdl
2020-08-10 Cole PoirierFix typo in mmu.py
2020-08-10 Cole PoirierFix typo mmu.py
2020-08-10 Cole PoirierGlobal search and replace (^, |), fixes bug 450 comment...
2020-08-10 Cole Poirierfix bug 450 comments 8,9,10
2020-08-10 Cole PoirierFix bug 450 comment 7
2020-08-10 Cole Poiriermmu.py add line I forgot to translate from mmu.vhdl
2020-08-10 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-10 Cole Poiriermmu.vhdl translation to mmu.py 95 percent complete
2020-08-06 Cole PoirierFix mmu.py formatting
2020-08-06 Cole PoirierInitial commit of translation of microwatt mmu.vhdl...