jm2000 / or1k-sim

The OpenRISC 1000 architectural simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Or1ksim

Or1ksim is a generic OpenRISC 1000 architecture simulator capable of emulating OpenRISC based computer systems at the instruction level. It includes models of a range of peripherals, allowing complete systems to be modelled.

For full details see http://opencores.org/or1k/Or1ksim

This is a variant of the standard Or1ksim, which uses or1k as the architecture name, rather than or32. At some stage in the future this will be merged in, so that either architecture name is supported.

Installation

Or1ksim uses a standard GNU autoconf/automake installation and is designed to be built in a separate build directory. So from the main directory, a minimal install can be done with

mkdir bd
cd bd
../configure
make
sudo make install

Full details on installation are provided in the user manual, in the doc directory.

Jeremy Bennett jeremy.bennett@embecosm.com 21 August 2012

About

The OpenRISC 1000 architectural simulator

License:GNU General Public License v3.0


Languages

Language:C 55.1%Language:Makefile 28.7%Language:Assembly 8.1%Language:Shell 6.8%Language:C++ 0.8%Language:M4 0.4%Language:Objective-C 0.1%