URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
Subversion Repositories s1_core
[/] [s1_core/] [trunk/] [docs/] [INSTALL.txt] - Rev 111
Go to most recent revision | Compare with Previous | Blame | View Log
Simply RISC S1 Core - Quick Installation Guide==============================================To install the package just extract it:tar zxvf s1_core.tar.gzthen edit the top-level "sourceme" file to reflect the locationsof the S1 design (we call "S1 root directory" the one containingthe "hdl" and "tools" subdirectories) and the root of the T1 design:the first one is mandatory, the second path is needed only if youwant to update the SPARC Core source file bundled with this tarballwith an updated version of the T1 design released by the OpenSPARCcommunity (to see how to update it, please read UPDATING.txt).After that just use on your GNU/Linux or Unix box a bash shellto source this file:source sourcemeThen you have to update the list of files to be used, to do sojust run the script:update_filelistNow you are ready to try the S1 environment to run simulations orsynthesis.
Go to most recent revision | Compare with Previous | Blame | View Log
