Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yrabbit committed Nov 27, 2023
1 parent ec2d899 commit a3b1581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chipdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,17 +298,17 @@ jobs:
cd yosys
git checkout ${{ matrix.yosys }}
make config-gcc
make -j$(nproc)
make -j1
sudo make install
cd ../nextpnr
git checkout ${{ matrix.nextpnr }}
cmake . -DBUILD_PYTHON=OFF -DARCH="gowin;himbaechel" -DHIMBAECHEL_GOWIN_DEVICES="GW1N-1;GW1NZ-1;GW1N-4;GW1N-9;GW1N-9C;GW1NS-4;GW2A-18;GW2A-18C" -DPython3_EXECUTABLE=${{ steps.pysetup.outputs.python-path }}
make -j$(nproc)
sudo make install
cd ../examples
make -j$(nproc) all
make -j1 all
cd himbaechel
make -j$(nproc) -f Makefile.himbaechel all
make -j1 -f Makefile.himbaechel all
- name: Archive artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a3b1581

Please sign in to comment.