GitHub Action
setup-verilator
v1.0.2
Latest version
This action downloads a prebuilt Verilator binary and adds it to the PATH
.
By default, this action downloads the latest version of Verilator.
ubuntu-22.04
is only supported.
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.
- uses: veryl-lang/setup-verilator@v1
with:
version: 5.024
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.