Skip to content

Covert mux normalizations to new normalization interface #1644

Covert mux normalizations to new normalization interface

Covert mux normalizations to new normalization interface #1644

Workflow file for this run

name: HLS
on:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
hls-test-suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: "Build jlm"
uses: ./.github/actions/BuildJlm
with:
enable-hls: true
- name: "Install verilator"
uses: ./.github/actions/InstallPackages
with:
install-verilator: true
- name: "Run hls-test-suite"
run: ./scripts/run-hls-test.sh