From cc92c27fdef9508bd0a1ea777a2da54c5e6b7dc2 Mon Sep 17 00:00:00 2001 From: Parnabrita Mondal <72441280+hitblunders@users.noreply.github.com> Date: Sat, 24 Apr 2021 14:01:52 +0530 Subject: [PATCH] Update compile.rst --- docs/source/tutorials/getting_started/compile.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/tutorials/getting_started/compile.rst b/docs/source/tutorials/getting_started/compile.rst index 8b95c995d..3f2b45a2d 100644 --- a/docs/source/tutorials/getting_started/compile.rst +++ b/docs/source/tutorials/getting_started/compile.rst @@ -11,7 +11,7 @@ How to Compile General Guidelines ~~~~~~~~~~~~~~~~~~ -OpenFPGA uses CMake to generate the Makefile scripts +OpenFPGA uses CMake to generate the Makefile scripts. In general, please follow the steps to compile .. code-block:: shell @@ -24,7 +24,7 @@ In general, please follow the steps to compile .. note:: cmake3.12+ is recommended to compile OpenFPGA with GUI -.. note:: recommand to use ``make -j`` to accelerate the compilation +.. note:: Recommand to use ``make -j`` to accelerate the compilation .. note:: VPR's GUI requires gtk-3, and can be enabled with ``cmake .. -DVPR_USE_EZGL=on`` @@ -76,4 +76,4 @@ This image contains precompiled OpenFPGA binaries with all prerequisites install .. note:: While running local task using docker, make sure all the additional files - are maintained in the task_directory and reference using variable ${TASK_DIR} \ No newline at end of file + are maintained in the task_directory and reference using variable ${TASK_DIR}