From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- emulators/swarm/DESCR | 19 +++++++++++++++++++ emulators/swarm/PLIST | 4 ++++ emulators/swarm/pkg/DESCR | 19 ------------------- emulators/swarm/pkg/PLIST | 4 ---- 4 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 emulators/swarm/DESCR create mode 100644 emulators/swarm/PLIST delete mode 100644 emulators/swarm/pkg/DESCR delete mode 100644 emulators/swarm/pkg/PLIST (limited to 'emulators/swarm') diff --git a/emulators/swarm/DESCR b/emulators/swarm/DESCR new file mode 100644 index 00000000000..21fbb35f752 --- /dev/null +++ b/emulators/swarm/DESCR @@ -0,0 +1,19 @@ +This is SWARM - SoftWare ARM. + +The initial stage in this process is implement a plain software model +of the basic ARM. There are, of course, already software models of +the ARM available, so why do another one? Well, this one will need to +allow the instruction set to be modified at run time, and provide not +just an execution environment, but also a way of monitoring things +like cache hits. + +To this end a hierarchical model of an ARM CPU has been implemented in +C++. It currently supports: + ++ Arm 6 based core. Currently able to handle data processing +instructions, word/byte load and stores, load/store multiple, +branches, 32 bit multiplication, and SWIs. ++ Support for plugging in different caches - be they unified or +separate I & D caches. Currently only a direct mapped cache is +implemented. ++ Compile for SWARM using ARM targeted gcc. diff --git a/emulators/swarm/PLIST b/emulators/swarm/PLIST new file mode 100644 index 00000000000..e7269ecb10a --- /dev/null +++ b/emulators/swarm/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:55 zuntum Exp $ +bin/swarm +share/doc/swarm/swarm.pdf +@dirrm share/doc/swarm diff --git a/emulators/swarm/pkg/DESCR b/emulators/swarm/pkg/DESCR deleted file mode 100644 index 21fbb35f752..00000000000 --- a/emulators/swarm/pkg/DESCR +++ /dev/null @@ -1,19 +0,0 @@ -This is SWARM - SoftWare ARM. - -The initial stage in this process is implement a plain software model -of the basic ARM. There are, of course, already software models of -the ARM available, so why do another one? Well, this one will need to -allow the instruction set to be modified at run time, and provide not -just an execution environment, but also a way of monitoring things -like cache hits. - -To this end a hierarchical model of an ARM CPU has been implemented in -C++. It currently supports: - -+ Arm 6 based core. Currently able to handle data processing -instructions, word/byte load and stores, load/store multiple, -branches, 32 bit multiplication, and SWIs. -+ Support for plugging in different caches - be they unified or -separate I & D caches. Currently only a direct mapped cache is -implemented. -+ Compile for SWARM using ARM targeted gcc. diff --git a/emulators/swarm/pkg/PLIST b/emulators/swarm/pkg/PLIST deleted file mode 100644 index 05b0e767813..00000000000 --- a/emulators/swarm/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/17 12:58:10 agc Exp $ -bin/swarm -share/doc/swarm/swarm.pdf -@dirrm share/doc/swarm -- cgit v1.2.3