Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jeffnye-gh/fusion_dpr' into jeff…
Browse files Browse the repository at this point in the history
…nye-gh/fusion_dpr

update top level README.md
  • Loading branch information
Jeff Nye committed Jan 22, 2024
2 parents 994f9e0 + a5d3ef5 commit d0a399c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@ Pull the DPR, build and run the local testbench, create the doxygen docs.
The dpr is on branch jeffnye-gh/fusion_dpr

```
cd fusion
mkdir -p release; cd release
cmake ..
<build the release version of olympia>
cd riscv-perf-model
mkdir release; cd release; cmake .. -DCMAKE_BUILD_TYPE=Release
<build/run fusion>
cd ../fusion
mkdir -p release; cd release; cmake ..
make -j32 regress
make docs
```
Expand Down

0 comments on commit d0a399c

Please sign in to comment.