Skip to content

Setup NVC

Actions
Install NVC VHDL simulator
v1
Latest
Star (4)

setup-nvc

GitHub Action to install NVC VHDL simulator.

Usage

See action.yml

- uses: nickg/setup-nvc@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

Setup NVC 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

Install NVC VHDL simulator
v1
Latest

Setup NVC 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.