Add directory to repository cloning step

Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
Tomasz Michalak 2021-02-03 16:18:28 +01:00
parent 2262775279
commit 5999e2ce6d
1 changed files with 3 additions and 1 deletions

View File

@ -40,8 +40,10 @@ shell that is then only used to run Vivado to avoid these problems.
**Is 2017.2 really required?** Yes, only `2017.2` works. Until Issue #14 is solved, **only** `2017.2` works and will be supported.
### Step 2: ###
Pull submodules:
Clone the ``prjxray`` repository and its submodules:
git clone git@github.com:SymbiFlow/prjxray.git
cd prjxray
git submodule update --init --recursive
### Step 3: ###