Skip to content

Commit 98a3436

Browse files
authored
Update README.md
Updating steps for compile from source.
1 parent 57046cb commit 98a3436

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,23 +118,23 @@ pushd examples/eos-s3 && make && popd
118118
This release package contains the following GitHub repositories that are compiled to create this package:
119119
You may use the following command to get the source, compile and install it:
120120
```bash
121-
#Checkout *yosys* repository (https://github.com/QuickLogic-Corp/yosys.git), branch: **quicklogic-rebased** with tag: **yosys-0.6.0**.
122-
git clone -b yosys-0.6.0 --single-branch https://github.com/QuickLogic-Corp/yosys.git quicklogic-yosys
121+
#Checkout *yosys* repository (https://github.com/QuickLogic-Corp/yosys.git), branch: **quicklogic-rebased**.
122+
git clone https://github.com/QuickLogic-Corp/yosys.git -b quicklogic-rebased quicklogic-yosys
123123
cd quicklogic-yosys
124124
make config-gcc // for compiling using gcc
125125
make install PREFIX='specify installation path'
126126
cd -
127127

128-
#Checkout *yosys-symbiflow-plugins* (https://github.com/QuickLogic-Corp/yosys-symbiflow-plugins), branch: **ql-ios** with tag: **v1.1.0**.
129-
git clone -b v1.1.0 --single-branch https://github.com/QuickLogic-Corp/yosys-symbiflow-plugins
128+
#Checkout *yosys-symbiflow-plugins* (https://github.com/QuickLogic-Corp/yosys-symbiflow-plugins), branch: **ql-ios**.
129+
git clone https://github.com/QuickLogic-Corp/yosys-symbiflow-plugins -b ql-ios
130130
cd yosys-symbiflow-plugins
131131
export PATH='specify Yosys installation path as specified in PREFIX in previous step':$PATH
132132
make
133133
make install
134134
cd -
135135

136-
#Checkout *symbiflow-arch-defs* repository (https://github.com/QuickLogic-Corp/symbiflow-arch-defs.git), branch: **quicklogic-upstream-rebase** with tag: **v0.1.0**.
137-
git clone -b v0.1.0 --single-branch https://github.com/QuickLogic-Corp/symbiflow-arch-defs.git
136+
#Checkout *symbiflow-arch-defs* repository (https://github.com/QuickLogic-Corp/symbiflow-arch-defs.git), branch: **quicklogic-upstream-rebase**.
137+
git clone https://github.com/QuickLogic-Corp/symbiflow-arch-defs.git -b quicklogic-upstream-rebase
138138
export YOSYS='path to Yosys binary, installed in first step'
139139
cd symbiflow-arch-defs
140140
make env

0 commit comments

Comments
 (0)