Age | Commit message (Expand) | Author | Files | Lines |
2013-10-15 | Propogate the reset call to the extensions as well. Add reset function to ext... | Stephen Twigg | 1 | -1/+2 |
2013-09-27 | Added commit logging (--enable-commitlog). Also fixed disasm bug. | Christopher Celio | 1 | -0/+16 |
2013-09-23 | fixes compile bug for not being able to find std::logic_error | Scott Beamer | 1 | -0/+1 |
2013-09-11 | Implement zany immediates | Andrew Waterman | 1 | -6/+6 |
2013-08-18 | Renumber PCRs | Andrew Waterman | 1 | -4/+4 |
2013-08-13 | Implement RoCC and add a dummy RoCC | Andrew Waterman | 1 | -27/+29 |
2013-08-11 | Instructions are no longer member functions | Andrew Waterman | 1 | -83/+98 |
2013-07-26 | New supervisor mode | Andrew Waterman | 1 | -6/+9 |
2013-07-26 | Remove more vector stuff | Andrew Waterman | 1 | -49/+2 |
2013-07-26 | Rip out Hwacha for now | Andrew Waterman | 1 | -8/+0 |
2013-07-26 | Rip out RVC for now | Andrew Waterman | 1 | -1/+1 |
2013-07-26 | Generate instruction decoder dynamically | Andrew Waterman | 1 | -3/+48 |
2013-07-22 | Add xspike program | Andrew Waterman | 1 | -6/+6 |
2013-04-25 | use inttypes macros to print uint64_t | Andrew Waterman | 1 | -7/+8 |
2013-04-24 | fixes to correctly simulate the vector unit | Yunsup Lee | 1 | -0/+2 |
2013-03-29 | add load-reserved/store-conditional instructions | Andrew Waterman | 1 | -3/+0 |
2013-03-29 | ignore writes to SR IP field | Andrew Waterman | 1 | -2/+3 |
2013-03-25 | add BSD license | Andrew Waterman | 1 | -0/+2 |
2013-03-25 | truncate effective addresses in rv32 | Andrew Waterman | 1 | -2/+1 |
2013-03-25 | expose pending interrupts in status register | Andrew Waterman | 1 | -7/+14 |
2013-02-13 | clean up fetch-execute loop a bit | Andrew Waterman | 1 | -12/+4 |
2012-11-13 | fix vector code simulation problem, turn on SR_U64 | Yunsup Lee | 1 | -1/+1 |
2012-08-30 | new tohost/fromhost semantics | Andrew Waterman | 1 | -1/+2 |
2012-08-01 | new tohost/fromhost semantics | Andrew Waterman | 1 | -2/+0 |
2012-07-22 | correct HTIF reset behavior | Andrew Waterman | 1 | -17/+12 |
2012-05-09 | per-core tohost/fromhost registers | Andrew Waterman | 1 | -7/+22 |
2012-03-24 | new supervisor mode | Andrew Waterman | 1 | -34/+114 |
2012-03-19 | abstract regfile behind object | Andrew Waterman | 1 | -2/+2 |
2011-12-10 | fix utidx assign bug, make ut code execute faster | Yunsup Lee | 1 | -1/+2 |
2011-11-11 | Remove dependence on binutils | Your Name | 1 | -23/+5 |
2011-11-11 | Use new compiler toolchain's disassembler | Andrew Waterman | 1 | -3/+5 |
2011-11-11 | Changed supervisor mode | Andrew Waterman | 1 | -9/+14 |
2011-06-19 | temporary undoing of renaming | Andrew Waterman | 1 | -0/+240 |
2011-06-12 | [sim] renamed to riscv-isa-run | Andrew Waterman | 1 | -273/+0 |
2011-06-12 | [xcc] minor performance tweaks | Andrew Waterman | 1 | -4/+10 |
2011-06-11 | [xcc] fixed simulator build time | Andrew Waterman | 1 | -52/+0 |
2011-06-11 | [xcc] cleaned up mmu code | Andrew Waterman | 1 | -3/+3 |
2011-06-10 | [sim, opcodes] made sim more decoupled from opcodes | Andrew Waterman | 1 | -3/+53 |
2011-05-31 | [sim] minor sim cleanup | Andrew Waterman | 1 | -2/+2 |
2011-05-29 | [sim,opcodes] improved sim build and run performance | Andrew Waterman | 1 | -27/+48 |
2011-05-28 | [fesvr,xcc,sim] fixed multicore sim for akaros | Andrew Waterman | 1 | -30/+48 |
2011-05-23 | [sim,xcc] add rdcycle/rdtime/rdinstret | Andrew Waterman | 1 | -2/+2 |
2011-05-19 | [sim] change default hwvl | Yunsup Lee | 1 | -3/+3 |
2011-05-19 | [sim] vlen calc reflects the hardware | Yunsup Lee | 1 | -9/+6 |
2011-05-16 | [sim,pk] cleanups & initial virtual memory support | Andrew Waterman | 1 | -0/+1 |
2011-05-13 | [sim] initial support for virtual memory | Andrew Waterman | 1 | -0/+3 |
2011-04-30 | [sim] hacked in a dcache simulator | Andrew Waterman | 1 | -5/+29 |
2011-04-15 | [sim] added icache simulator (disabled by default) | Andrew Waterman | 1 | -2/+18 |
2011-04-11 | [xcc,sim,opcodes] more rvc instructions and bug fixes | Andrew Waterman | 1 | -1/+2 |
2011-04-09 | [sim] add disable option for vector | Yunsup Lee | 1 | -0/+3 |