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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/trunk/or1ksim/README
31,7 → 31,12
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
or copy it to your bin directory (usually something like /usr/local/bin
or ~/bin).
39,13 → 44,13
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.
 
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).
 
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
benchmark.
 
61,3 → 66,4
--
 
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.