Typo fixing
This commit is contained in:
parent
cf2c99214e
commit
712d8dd3a2
|
@ -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**
|
||||
|
|
Loading…
Reference in New Issue