diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-07-17 10:25:04 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-07-17 10:25:04 +0000 |
commit | c5b2ebf855641db2637ceae433034737204a64ad (patch) | |
tree | 8aae391698b7da9f6ea339f7e38be954c33a762d /emulators | |
parent | 032d003679036a0d4fa968b71ed4e266cf5cf714 (diff) | |
download | FreeBSD-ports-c5b2ebf855641db2637ceae433034737204a64ad.zip FreeBSD-ports-c5b2ebf855641db2637ceae433034737204a64ad.tar.gz |
Update this port's description; as of version 7.0 'spim' simulates
the MIPS32 architecture.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/spim/Makefile | 2 | ||||
-rw-r--r-- | emulators/spim/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 98befb8..4bea5bb 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/ MAINTAINER= jkoshy@FreeBSD.org -COMMENT= MIPS R2000 Simulator +COMMENT= MIPS32 Simulator WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/spim/pkg-descr b/emulators/spim/pkg-descr index 666022e..7ef6fa0 100644 --- a/emulators/spim/pkg-descr +++ b/emulators/spim/pkg-descr @@ -1,6 +1,6 @@ -MIPS R2000 Simulator -- "1/25th the performance at none of the cost" +MIPS32 Simulator -- "1/25th the performance at none of the cost" -Spim/Xspim simulates MIPS R2000 assembly code, providing a gdb and xgdb +Spim/Xspim simulates MIPS32 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 |