summaryrefslogtreecommitdiff
path: root/update-opcodes
Commit message (Collapse)AuthorAge
* [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/