OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_62/] [or1ksim/] [README] - Diff between revs 6 and 12

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 6 Rev 12
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.