diff options
author | obrien <obrien@FreeBSD.org> | 1996-10-30 01:58:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-10-30 01:58:56 +0000 |
commit | fc7ef8db973e1b72db035710fafefe75ece68d14 (patch) | |
tree | 63c994abe7e5623f0587529d02e23a8761ae99f0 /emulators/spim/pkg-descr | |
parent | d01a729d92c678a4860810865f5346dc16a5494c (diff) | |
download | FreeBSD-ports-fc7ef8db973e1b72db035710fafefe75ece68d14.zip FreeBSD-ports-fc7ef8db973e1b72db035710fafefe75ece68d14.tar.gz |
New port, spim/xspim, a MIPS R2000 RISC Simulator
Diffstat (limited to 'emulators/spim/pkg-descr')
-rw-r--r-- | emulators/spim/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/spim/pkg-descr b/emulators/spim/pkg-descr new file mode 100644 index 0000000..7119312 --- /dev/null +++ b/emulators/spim/pkg-descr @@ -0,0 +1,15 @@ +MIPS R2000 Simulator -- "1/25th the performance at none of the cost" + +Spim/Xspim simulates MIPS R2000 assembly code, providing a gdb and xgdb +like interface to the classical MIPS RISC CPU. The virtual machine +it provides can be either the one presented by the MIPS assembler or the +one of the bare hardware. The simulator can also be built to simulate the +pipeline architecture of the MIPS machine (both the control and floating +point pipelines). When built for this, it also simulates and displays +an instruction and data cache. + +This simulator is useful in CS and EE classes, including providing a +target machine for compilers courses, lower division assembly language +programming, microprocessor design courses, etc... + + -- David O'Brien (obrien@cs.ucdavis.edu) |