Skip to content

Commit

Permalink
update ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Feb 29, 2024
1 parent 6c428e1 commit 6d7e0cb
Showing 1 changed file with 1 addition and 1 deletion.
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_EXAMPLE_DEVICES=example
make nextpnr-himbaechel bbasm -j`nproc`
make nextpnr-himbaechel chipdb-himbaechel-example -j`nproc`
popd
}

Expand Down

0 comments on commit 6d7e0cb

Please sign in to comment.