Skip to content

fix CASET and our SPIFR length argument and we get three rabbits! #19

fix CASET and our SPIFR length argument and we get three rabbits!

fix CASET and our SPIFR length argument and we get three rabbits! #19

Workflow file for this run

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'