Skip to content

Commit

Permalink
CMake: refactor architecture-specific build system parts.
Browse files Browse the repository at this point in the history
Two user-visible changes were made:
* `-DUSE_RUST` is replaced with `-DBUILD_RUST`, by analogy with
  `-DBUILD_PYTHON`
* `-DCOVERAGE` was removed as it doesn't work with either modern GCC
  or Clang
  • Loading branch information
whitequark committed Jan 16, 2025
1 parent d28af5c commit e8463d9
Show file tree
Hide file tree
Showing 44 changed files with 1,240 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/ci/build_himbaechel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function build_nextpnr {
mkdir build
pushd build
cmake .. -DARCH=himbaechel -DHIMBAECHEL_UARCH=example -DHIMBAECHEL_EXAMPLE_DEVICES=example
make nextpnr-himbaechel chipdb-himbaechel-example -j`nproc`
make nextpnr-himbaechel -j`nproc`
popd
}

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/generated/
/objs/
/nextpnr-generic*
/nextpnr-ice40*
Expand Down
Loading

0 comments on commit e8463d9

Please sign in to comment.