Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 5dc6882

Browse files
committed
revert to using upstream CMakeLists.txt for nextpnr (PR with these changes was merged)
1 parent 663666f commit 5dc6882

File tree

3 files changed

+0
-314
lines changed

3 files changed

+0
-314
lines changed

scripts/compile-nextpnr-ecp5.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ then
105105
mingw32-make install
106106

107107
cd $BUILD_DIR/$nextpnr_dir
108-
cp $WORK_DIR/scripts/nextpnr-CMakeLists.txt CMakeLists.txt
109108

110109
cmake \
111110
-G "MinGW Makefiles" \

scripts/compile_nextpnr-ice40.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ if [ $ARCH == "darwin" ]; then
4343
.
4444
make -j$J CXX="$CXX" LIBS="-lm -fno-lto -ldl -lutil"
4545
elif [ ${ARCH:0:7} == "windows" ]; then
46-
cp $WORK_DIR/scripts/nextpnr-CMakeLists.txt CMakeLists.txt
47-
4846
cmake \
4947
-G "MinGW Makefiles" \
5048
-DARCH=ice40 \

scripts/nextpnr-CMakeLists.txt

Lines changed: 0 additions & 311 deletions
This file was deleted.

0 commit comments

Comments
 (0)