Skip to content

setup-verilator

Actions
Setup verilator on GitHub Actions runners
v1.0.2
Latest
Star (4)

Tags

 (1)

setup-verilator

Actions Status

This action downloads a prebuilt Verilator binary and adds it to the PATH.

Usage

By default, this action downloads the latest version of Verilator. The supported platforms are below:

  • ubuntu-24.04 / ubuntu-latest
  • ubuntu-22.04
  • ubuntu-20.04
  • macos-latest
name: Check
on: [push, pull_request]
jobs:
  check:
    runs-on: ubuntu-22.04
    steps:
    - uses: actions/checkout@v4
    - uses: veryl-lang/setup-verilator@v1
    - run: verilator --version

Version specification through version can be used. This feature is not supported on macOS.

    - uses: veryl-lang/setup-verilator@v1
      with:
        version: 5.024

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

setup-verilator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup verilator on GitHub Actions runners
v1.0.2
Latest

Tags

 (1)

setup-verilator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.