@@ -118,23 +118,23 @@ pushd examples/eos-s3 && make && popd
118118This release package contains the following GitHub repositories that are compiled to create this package:
119119You 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
123123cd quicklogic-yosys
124124make config-gcc // for compiling using gcc
125125make install PREFIX=' specify installation path'
126126cd -
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
130130cd yosys-symbiflow-plugins
131131export PATH=' specify Yosys installation path as specified in PREFIX in previous step' :$PATH
132132make
133133make install
134134cd -
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
138138export YOSYS=' path to Yosys binary, installed in first step'
139139cd symbiflow-arch-defs
140140make env
0 commit comments