URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [stable_0_2_x/] [or1ksim/] [README] - Rev 1066
Go to most recent revision | Compare with Previous | Blame | View Log
What is this stuff?===================This is OpenRISC 1000 architectural simulator. See the file COPYINGfor copying permission. To contact the authors, see AUTHORS file.This simulator loads an assembly file for one of the both architecturesand it simulates the operation of instructions.Installation============To compile, run the configure script and specify the target architecture.Example:$ ./configure --target=or32After that, just issue "make all" command. By default there should be nowarnings. There is no "make install". Just use it from default locationor copy it to your bin directory (usually something like /usr/local/binor ~/bin).GNU Tools=========Instructions how to build GNU tools can be found on www.opencores.orgSimulator test==============Edit the sim.cfg file in order to configure your system.Issue 'sim testbench/dhry' test simulator (testbench should be configured first).See testbench/README for more details about running.Also run sim with --help option for list of command line options andhelp in command mode, to list the commands.OpenRISC and open cores=======================About the same idea as with GNU project except we want free and open sourceIP (intellectual property) cores. We design open source, synthesizablecores. OpenRISC is one such core. It is a 32-bit RISC microprocessor thatwill run GNU/Linux.For more information visit us at http://www.opencores.org.
Go to most recent revision | Compare with Previous | Blame | View Log
