Skip to content

Commit

Permalink
build for 1200 only, due to memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Oct 2, 2023
1 parent dd47698 commit 2e60690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/scripts/nextpnr-machxo2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fi
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} \
-DPython3_INCLUDE_DIR=${BUILD_DIR}/python3${INSTALL_PREFIX}/include/python3.8 \
-DPython3_LIBRARY=${BUILD_DIR}/python3${INSTALL_PREFIX}/lib/libpython3.8${SHARED_EXT} \
-DARCH=machxo2 \
-DARCH=machxo2 -DMACHXO2_DEVICES=1200 \
-DMACHXO2_CHIPDB=${BUILD_DIR}/prjtrellis-bba/machxo2/chipdb \
-DBUILD_GUI=${build_gui} -DUSE_IPO=OFF . -DBBA_IMPORT=${BUILD_DIR}/nextpnr-bba/nextpnr/bba/bba-export.cmake
make DESTDIR=${OUTPUT_DIR} -j${NPROC} install
Expand Down

0 comments on commit 2e60690

Please sign in to comment.