Skip to content

Fix simulation failure with Verilator v5.x on Windows #34

Fix simulation failure with Verilator v5.x on Windows

Fix simulation failure with Verilator v5.x on Windows #34

Workflow file for this run

name: Run scala 2.11 tests
on:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
jobs:
run-test:
uses: ./.github/workflows/sbt-tests.yml
with:
scala_version: '2.11.12'
runner_os: 'Linux'
github_sha: ${{ github.sha }}