[Documentation] Update frontpage readme for the usage of setup scripts

This commit is contained in:
tangxifan 2020-10-14 11:15:40 -06:00
parent 66b3710d53
commit 1bb69dc72f
1 changed files with 9 additions and 1 deletions

View File

@ -6,9 +6,17 @@ FPGA tape-outs using the open-source Skywater 130nm PDK and OpenFPGA
```bash
#Clone the repository and go inside it
git clone https://github.com/LNIS-Projects/skywater-openfpga.git
python3 SCRIPT/repo_setup.py
python3 SCRIPT/repo_setup.py --openfpga_root_path ${OPENFPGA_PROJECT_DIRECTORY}
```
* If you have openfpga repository cloned in the level of this project, you can simple call
```bash
python3 SCRIPT/repo_setup.py
```
Otherwise, you should provide full path for the --openfpga\root\_path
## Directory Organization
* Keep this folder clean and organized as follows
- **DOC**: documentation of the project