Update README.md

This commit is contained in:
hqjenny 2019-11-01 03:08:40 -07:00 committed by GitHub
parent f392cd4aef
commit 3ae16248da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# Centrifuge - A Unified Approach to Generate RISC-V Accelerator SoC
## 1. Chipyard and FireSim Setup
1) Set up AWS machine following [Firesim Setting up your Manager Instance](https://docs.fires.im/en/latest/Initial-Setup/Setting-up-your-Manager-Instance.html)
1) Set up AWS machine following Firesim [Setting up your Manager Instance](https://docs.fires.im/en/latest/Initial-Setup/Setting-up-your-Manager-Instance.html)
2) Before initializing Chipyard, enable make/gcc 4.x.x
```
source scl_source enable devtoolset-8
```
3) Follow Chipyard Tutorial to setup the repo
https://chipyard.readthedocs.io/en/latest/
3) Follow Chipyard Tutorial [Quick Start](https://chipyard.readthedocs.io/en/latest/)
and FireSim [FPGA-Accelerated-Simulation](https://chipyard.readthedocs.io/en/latest/Simulation/FPGA-Accelerated-Simulation.html)
```
git clone https://github.com/ucb-bar/chipyard.git
@ -18,6 +18,11 @@ cd chipyard
./scripts/build-toolchains.sh
source ./scripts/env.sh
```
```
./scripts/firesim-setup.sh --fast
cd sims/firesim
source sourceme-f1-manager.sh
```
4) Generate the accelerator SoC defined in `accel.json`
```