From a1a8ee389c104646baac455cb3570776ab967338 Mon Sep 17 00:00:00 2001 From: Tobias Alonso Date: Mon, 19 Feb 2024 15:45:50 +0000 Subject: [PATCH] Update INSTALL.md (#182) Correct path on simulator compilation steps --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c05b4b1a..05ca4378 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,7 +65,7 @@ First start up either the emulator or simulator: cd "kernels/cclo" source /settings64.sh make STACK_TYPE=TCP EN_FANIN=1 simdll - cd "../../test/model/simulation" + cd "../../test/model/simulator" source /settings64.sh /bin/cmake . python3 run.py -n @@ -98,4 +98,4 @@ cd "test/host/hls" /bin/cmake . make mpirun -np bin/test -``` \ No newline at end of file +```