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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [doc/] [fwrisc_setup.md] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
# FWRISC Setup
2
 
3
Before proceeding, please ensure that the tools listed on the [Tools](fwrisc_tools.md) page are installed and configured.
4
 
5
## Clone the FWRISC Git Repository
6
 
7
First things first: you must clone the FWRISC Git repository:
8
 
9
```
10
% git clone http://github.com/mballance/fwrisc.git
11
```
12
 
13
 
14
## Fetch Dependent Packages
15
FWRISC depends on several external packages. These packages are fetched using [IVPM](http://github.com/mballance/ivpm), an IP and Verification Package Manager. In most cases, the fetch-package operation
16
must only performed once after cloning the repository. To fetch dependent packages, do the following:
17
 
18
```
19
% cd fwrisc/scripts
20
% ./ivpm.py update
21
```
22
 
23
Check the console for any error messages before proceeding.
24
 
25
## Environment Setup
26
In addition to configuring environment variables for the tools listed on the [Tools](fwrisc_tools.md) page, you must source a setup script for FWRISC. Do the following:
27
 
28
```
29
% cd fwrisc
30
% source etc/fwrisc_env.sh
31
```
32
 
33
After doing so, `runtest.pl` should be present in your path and the PACKAGES_DIR environment variable will be set.
34
 

powered by: WebSVN 2.1.0

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