Bumped nextpnr-all Version to 20220619_nextpnr_0.3_37_g8d063d38

This commit is contained in:
aki-nyan 2022-06-19 02:16:07 +02:00
parent 224b2df08a
commit fa014dd3ef
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ build() {
cd "${srcdir}/nextpnr"
cd build-all
cmake -G Ninja \
-DARCH=generic,ice40,ecp5,nexus \
-DARCH=all \
-DBUILD_PYTHON=ON \
-DBUILD_GUI=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \

View file

@ -46,7 +46,7 @@ build() {
cd "${srcdir}/nextpnr"
cd build-all
cmake -G Ninja \
-DARCH=generic,ice40,ecp5,nexus \
-DARCH=all \
-DBUILD_PYTHON=ON \
-DBUILD_GUI=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \