Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Xilinx/ACCL into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
quetric committed Feb 19, 2024
2 parents 7c0606d + a1a8ee3 commit 8001071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ First start up either the emulator or simulator:
cd "kernels/cclo"
source <VIVADO_INSTALL>/settings64.sh
make STACK_TYPE=TCP EN_FANIN=1 simdll
cd "../../test/model/simulation"
cd "../../test/model/simulator"
source <VITIS_INSTALL>/settings64.sh
/bin/cmake .
python3 run.py -n <RANKS>
Expand Down Expand Up @@ -98,4 +98,4 @@ cd "test/host/hls"
/bin/cmake .
make
mpirun -np <RANKS> bin/test
```
```

0 comments on commit 8001071

Please sign in to comment.