Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-12-20 | Introduce type aliases for ISA things | David Li | 1 | -0/+2 |
2015-12-20 | Add Cache API | David Li | 1 | -0/+4 |
2015-12-20 | Fix compile errors | David Li | 1 | -5/+13 |
2015-12-20 | Implement JAL, JALR | David Li | 1 | -3/+12 |
2015-12-19 | Implement RV32I integer-immediate instructions | David Li | 1 | -0/+4 |
2015-12-18 | Implement RV32I integer-register instructions | David Li | 1 | -0/+17 |
2015-12-16 | Implement ADDI | David Li | 1 | -0/+71 |
2015-12-16 | Load and recognize a minimal set of instructions | David Li | 1 | -1/+12 |
2015-12-15 | Outline the simulator | David Li | 1 | -0/+32 |