Skip to content

Commit

Permalink
Add Sbox generation from cache + dependencies in format-tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmomin committed Oct 3, 2024
1 parent 400c29a commit 162e6b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,21 @@ jobs:
- run: make func-tests DIR_MATCHI_ROOT=.

formal_verif_matchi:
needs: [sbox]
runs-on: ubuntu-24.04
strategy:
fail-fast: true
matrix:
nshares: [2]
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true
- uses: actions/download-artifact@v4
with:
name: sbox_${{ matrix.nshares }}
path: work/d${{ matrix.nshares }}/sbox
- run: sudo apt-get install -y yosys iverilog python3.12-venv
- run: mkdir ${{ github.workspace }}/verif-tools
- run: wget https://github.com/cassiersg/matchi/releases/download/v0.1.0/matchi -P ${{ github.workspace }}/verif-tools
Expand Down

0 comments on commit 162e6b2

Please sign in to comment.