Typo fixing

This commit is contained in:
AurelienUoU 2020-01-23 13:25:27 -07:00
parent cf2c99214e
commit 712d8dd3a2
1 changed files with 3 additions and 3 deletions

View File

@ -16,15 +16,15 @@ mkdir build && cd build # Create a folder named build in the OpenPFGA
cmake .. -DCMAKE_BUILD_TYPE=debug # Create a Makefile in this folder using cmake
make # Compile the tool and its dependencies
```
*cmake3.12 is recomeanded to compile OpenFPGA with GUI*
*cmake3.12 is recommended to compile OpenFPGA with GUI*
**Quick Compilation Verification**
To quickly verify the tool is well compiled, user can run:
To quickly verify the tool is well compiled, user can run the following command from OpenFPGA root repository.
```bash
python3 openfpga_flow/scripts/run_fpga_task.py compilation_verification --debug --show_thread_logs
```
*Python3 and iVerilog v10.1+ are required. GUI will pop-up if enable during compilation.*
*Python3 and iVerilog v10.1+ are required. GUI will pop-up if enabled during compilation.*
**Supported Operating Systems**