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

Subversion Repositories s1_core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 61 to Rev 62
    Reverse comparison

Rev 61 → Rev 62

/trunk/docs/INSTALL.txt
11,7 → 11,8
the first one is mandatory, the second path is needed only if you
want to update the SPARC Core source file bundled with this tarball
with an updated version of the T1 design released by the OpenSPARC
community (using the provided update_sparccore script file).
community (to see how to update it, please read UPDATING.txt
).
 
After that just use on your GNU/Linux or Unix box a bash shell
to source this file:
/trunk/docs/UPDATING.txt
0,0 → 1,44
Simply RISC S1 Core - OpenSPARC sources updating
================================================
 
To update the source files of the SPARC Core to the latest
version provided by Sun Microsystems with their OpenSPARC
T1 project, please perform the following steps:
 
- download the latest chip design from www.opensparc.net
(requires free registration and takes a while);
- unpack the tarball, for instance under ~/opensparc-t1 ;
- make the T1_ROOT enviroment variable contained in your
top-most $S1_ROOT/sourceme file match the directory
you used in the previous step;
- source the sourceme file in a fresh opened shell.
 
Now you are ready to perform the updating; a script named
"update_sparccore" is provided and it can be called using
the following syntax:
 
update_sparccore -me
 
or
 
update_sparccore -se
 
or
 
update_sparccore -ee
 
From now on, all the commands you use to simulate or to
synthesize the design will refer to the SPARC Core version
you are using.
 
NOTE: in order to call the "update_sparccore" installed you
*MUST* have Icarus Verilog installed, since it is used to
preprocess the Verilog files; no matter you want to use
another simulator for functional verification.
 
The argument to the script works as follows:
 
- S1 Core ME (Memory-less Edition): one thread, no cache;
- S1 Core SE (Single-thread Edition): one thread, usual 16K+8K L1 caches;
- S1 Core EE (Elite Edition): four threads, usual 16K+8K L1 caches.
 
/trunk/docs/README.txt
7,6 → 7,7
 
- README.txt Summary (this file)
- INSTALL.txt Quick Installation Guide
- UPDATING.txt Update OpenSPARC sources to latest version
- REQUIREMENTS.txt System Requirements
- SIMULATION.txt Simulation Environment
- SYNTHESIS.txt Synthesis Environment

powered by: WebSVN 2.1.0

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