diff --git a/README.md b/README.md index 7e8d5cd..0220a2e 100644 --- a/README.md +++ b/README.md @@ -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` ```