summaryrefslogtreecommitdiff
path: root/update-opcodes
Commit message (Collapse)AuthorAge
* [sim, opcodes] made sim more decoupled from opcodesGravatar Andrew Waterman2011-06-10
|
* [sim,opcodes] improved sim build and run performanceGravatar Andrew Waterman2011-05-29
|
* [pk, sim] added FPU emulation support to proxy kernelGravatar Andrew Waterman2010-10-15
|
* add -verilog optionGravatar Yunsup Lee2010-09-12
|
* [opcodes] latex table generation added, new opcode mappingGravatar Yunsup Lee2010-09-10
|
* [sim,xcc] Changed instruction format to RISC-VGravatar Andrew Waterman2010-07-28
| | | | | Massive changes to gcc, binutils to support new instruction encoding. Simulator reflects these changes.
* Reorganized directory structureGravatar Andrew Waterman2010-07-18
Moved cross-compiler to /xcc/ rather than / Added ISA sim in /sim/ Added Proxy Kernel in /pk/ (to be cleaned up) Added opcode map to /opcodes/ (ditto) Added documentation to /doc/