Properly implement LR and CTR
[soc.git] / src / soc / decoder / isa / test_caller.py
2020-05-06 Michael NolanProperly implement LR and CTR
2020-05-06 Michael NolanSorta kinda working bl and blr - need to properly imple...
2020-05-05 Michael NolanAdd rudimentary branch capability
2020-04-17 Jacob Lifshayfix tests
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-07 Luke Kenneth Casso... CR test "working" (for a given value of "success")
2020-04-07 Luke Kenneth Casso... add in special regs to be passed out of function (as...
2020-04-07 Luke Kenneth Casso... attempting to add mtcrf test, requires bringing CR...
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanAdd test for addpcis
2020-04-06 Jacob Lifshayalmost all tests work
2020-04-05 Michael NolanFix bug 281
2020-04-05 Michael NolanAdd in _reg and immediate support
2020-04-05 Luke Kenneth Casso... Revert "Implement bug 278, comment 1 - better version...
2020-04-05 Michael NolanImplement bug 278, comment 1 - better version of EXTS
2020-04-05 Michael NolanFix addi instruction, think a commit got lost
2020-04-05 Michael NolanAdd class for combining multiple instruction classes
2020-04-04 Luke Kenneth Casso... dump regfile nicely
2020-04-04 Michael NolanWorking test_add
2020-04-04 Michael NolanSorta working add instruction
2020-04-04 Michael NolanMinor changes to test for caller.py, still not working...
2020-04-04 Michael NolanAdd a basic test class for caller.py