Skip to content

Commit

Permalink
Update Readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia authored Feb 26, 2024
1 parent a3d4a1d commit 93cff26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,11 @@ Requirements:
(OPTIONAL) MaxCompiler and MaxPower 2021.1
(OPTIONAL) Vivado 2019.2
(OPTIONAL) ant

(OPTIONAL) catch2 library required for testing:
git submodule update --init

(OPTIONAL) Build FPGA Bitstream
--------------------
1. cd FPGA/DFE
2. run ./buid.sh
2. ./buid.sh

Compile and Run
----------------
Expand All @@ -55,6 +52,7 @@ Compile and Run
- -DCMAKE_BUILD_TYPE=DebugOptimized -> optimised debug build with debug symbols
- -DTESTS=ON -> build unit tests (requires catch2)
- -DFPGA_BUILD=ON -> build FPGA CPU code (requires building FPGA bitstream)
- -DGPU=ON -> build GPU code (requires CUDA)
4. ./mccs [options]
- -t number of threads to use (-t1 for sequential version)
- -m material index 0 -> WATER, 1-> AIR, 2 -> BONE, 3 -> TISSUE, 4 -> GOLD
Expand Down

0 comments on commit 93cff26

Please sign in to comment.