diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-07-17 10:25:04 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-07-17 10:25:04 +0000 |
commit | 184dd614d877aeb0d594909d29dc90d8d04138b3 (patch) | |
tree | 6f1ac2c3646499ba9e349fb3081f8924d74337ba /emulators/spim | |
parent | 6d1f03407f26c4f8c12edd31812871208e33887d (diff) | |
download | ports-184dd614d877aeb0d594909d29dc90d8d04138b3.tar.gz ports-184dd614d877aeb0d594909d29dc90d8d04138b3.zip |
Notes
Diffstat (limited to 'emulators/spim')
-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 98befb88539a..4bea5bbec688 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 666022e72e53..7ef6fa09c98d 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 |