Implement bug 278, comment 1 - better version of EXTS
[soc.git] / src / soc / decoder / isa / caller.py
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-04 Luke Kenneth Casso... print regfile on only 4 lines
2020-04-04 Luke Kenneth Casso... add dump function for regs
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
2020-04-04 Luke Kenneth Casso... move GPR and Mem to isa caller
2020-04-04 Luke Kenneth Casso... add memory get/set
2020-04-04 Luke Kenneth Casso... eurg start putting namespace-injection (GPR, MEM) in...