fix CASET and our SPIFR length argument and we get three rabbits! #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cxxsim tests | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
permissions: | |
contents: read | |
jobs: | |
cxxsim-tests: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Set up Chryse | |
uses: chryse-hdl/[email protected] | |
with: | |
source-ref: main | |
athena-source-ref: main | |
install-oss-cad-suite: true | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Elaborate and run cxxsim | |
run: sbt 'run cxxsim' |