@@ -118,23 +118,23 @@ pushd examples/eos-s3 && make && popd
118
118
This release package contains the following GitHub repositories that are compiled to create this package:
119
119
You may use the following command to get the source, compile and install it:
120
120
``` 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
123
123
cd quicklogic-yosys
124
124
make config-gcc // for compiling using gcc
125
125
make install PREFIX=' specify installation path'
126
126
cd -
127
127
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
130
130
cd yosys-symbiflow-plugins
131
131
export PATH=' specify Yosys installation path as specified in PREFIX in previous step' :$PATH
132
132
make
133
133
make install
134
134
cd -
135
135
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
138
138
export YOSYS=' path to Yosys binary, installed in first step'
139
139
cd symbiflow-arch-defs
140
140
make env
0 commit comments