|
Message
From: Matjaz Breskvar<phoenix@o...>
Date: Fri Jul 2 12:16:27 CEST 2004
Subject: [openrisc] OpenRISC Simulator
* jorgensc@e... (jorgensc@e...) wrote: > Hi, > > I've started work on the OpenRISC 1000 project. I've used this page to setup > my software: http://www.opencores.org/projects.cgi/web/or1k/gnu_toolchain_port > > I don't have the hardware setup yet, but I wanted to work with the > architectural simulator. The problem is that there seems to be little to no > documentation online on how to do this! Where do I get the appropriate > software to install and how do I use it? I've basically installed the GNU > toolchain and now am stuck.
The only thing now is for you to write/build an application you want to try. you can for example checkout or1k/linux/linux-2.4, compile it and run it in simulator.
or1ksim -f sim.cfg <binary>
so for linux just do
or1ksim -f sim.cfg vmlinux
a simpler application are 'hello world' and 'orpmon'. you can get both on opencores.
documentation about using or1ksim was already posted some time ago on this list, so you might want to search for it...
best regards, p.
|
 |