Line 29... |
Line 29... |
|
|
|
|
Installation
|
Installation
|
============
|
============
|
|
|
To compile just issue "make all" command. By default there should be no
|
To compile, run the configure script and specify the target architecture.
|
|
Example:
|
|
|
|
$ ./configure --target=or1k
|
|
|
|
After that, just issue "make all" command. By default there should be no
|
warnings. There is no "make install". Just use it from default location
|
warnings. There is no "make install". Just use it from default location
|
or copy it to your bin directory (usually something like /usr/local/bin
|
or copy it to your bin directory (usually something like /usr/local/bin
|
or ~/bin).
|
or ~/bin).
|
This program hasn't been written with security in mind. It has many static
|
This program hasn't been written with security in mind. It has many static
|
buffers and it does not check the size of input strings (user commands
|
buffers and it does not check the size of input strings (user commands
|
or whatever). So don't setuid it. If it kills your dog, don't blame it on me.
|
or whatever). So don't setuid it. If it kills your dog, don't blame it on me.
|
|
|
To select DLX simulation, change CPU_ARCH in top level Makefile to 'dlx'
|
To select DLX simulation, change the target to the configure script to 'dlx'
|
and recompile everything (do 'make all' again).
|
and recompile everything (do 'make all' again).
|
|
|
Simulator test
|
Simulator test
|
==============
|
==============
|
|
|
Issue 'or1ksim testbench/dhry.or1k' or 'dlxsim testbench/dhry.dlx' to
|
Issue 'sim testbench/dhry.or1k' or 'sim testbench/dhry.dlx' to
|
test simulator. See testbench/README for details about Dhrystone 2.1
|
test simulator. See testbench/README for details about Dhrystone 2.1
|
benchmark.
|
benchmark.
|
|
|
OpenRISC and open cores
|
OpenRISC and open cores
|
=======================
|
=======================
|
Line 59... |
Line 64... |
For more information visit us at http://www.opencores.org.
|
For more information visit us at http://www.opencores.org.
|
|
|
--
|
--
|
|
|
29/Feb/2000, Damjan Lampret email:lampret@opencores.org
|
29/Feb/2000, Damjan Lampret email:lampret@opencores.org
|
|
03/Mar/2000, Johan Rydberg email:johan.rydberg@netinsight.net
|