Skip to content

nickg/setup-nvc-ci

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-nvc-ci

GitHub Action to install NVC VHDL simulator.

Usage

See action.yml

- uses: nickg/setup-nvc-ci@v1
  with:
    version: latest
- run: |
    nvc --version    # NVC binary added to path

Both Ubuntu and Windows runners are supported. The MSYS2 shell on Windows does not use the system PATH environment variable so you need to add it manually:

export PATH=/c/Program\ Files/NVC/bin:$PATH

About

GitHub Action to install NVC VHDL simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published