From b8b3267757f17b7ebe0a399fdcd966b2fb6acbac Mon Sep 17 00:00:00 2001 From: Malik Aki Burton Date: Mon, 1 Mar 2021 13:00:06 -0500 Subject: [PATCH] FPGA guide format edit --- Flubber_FPGA_Startup_Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flubber_FPGA_Startup_Guide.md b/Flubber_FPGA_Startup_Guide.md index 81ba22d1..24845cf3 100644 --- a/Flubber_FPGA_Startup_Guide.md +++ b/Flubber_FPGA_Startup_Guide.md @@ -21,6 +21,7 @@ Within the /hw/syn/opae directory, there are source text files for each core-opt - NUM_CLUSTERS: the number of clusters alotted to the processor - L3_ENABLE: enable the use of the L3 cache - PERF_ENABLE: enable the use of all profile counters + To enable L3 cache and profile counters for a build, simply uncomment the definition within the respective source file. OPAE build @@ -78,4 +79,4 @@ FPGA sample test running OpenCL sgemm kernel Run the following from the Vortex root directory $ ./ci/blackbox.sh --driver=fpga --app=sgemm --args="-n64" - +