pkgsrc-wip/or1ksim/DESCR
Klaus Heinz 300aca9293 Updated to version 0.2.0rc3, based on PR pkg/32390 by Nir Mor (small changes
by me).

Pkgsrc changes:
  - Uses devel/readline.
  - Fixed some warnings:
      patch-aj/patch-aa: before we use net/if_ether.h we need to include
       net/if.h and sys/types.h
      patch-ao: fixed constant to use LL.
      patch-ap: fixed missing prototype.
  - Fixed typo and minimized necessary changes in patch-ac.
  - patchs -ab, -ag, -ah, -ai are no longer necessary.

Changes since version 0.1.0: hard to say.
The ChangeLog file is too detailed and NEWS talks about releases 1.1, 1.2
and 1.9 while the version number is actually 0.2.0rc3.
2006-02-25 18:06:55 +00:00

17 lines
869 B
Text

Or1ksim is a generic OpenRISC 1000 architecture simulator capable of
emulating OpenRISC based computer systems.
The goal is to simulate 32-bit and 64-bit OpenRISC CPUs and enough surrounding
hardware to fake real machines, capable of running real (unmodified) operating
systems, such as NetBSD, RTEMS, eCos and Linux.
Or1ksim provides several unique features:
* Free, open source code.
* High level, fast architecture simulation that allows early code
analysis and system performance evaluation.
* All major models of OpenCores peripheral and system controller
cores supportedi.
* Easy addition of new peripheral models.
* Remote debugging through a network socket with the GNU Debugger (GDB).
* Support for different environments (memory configurations and sizes,
OR1K processor model, configuration of peripheral devices).