Package Details: nvc 1.18.2-1

Git Clone URL: https://aur.archlinux.org/nvc.git (read-only, click to copy)
Package Base: nvc
Description: VHDL compiler and simulator
Upstream URL: https://www.nickg.me.uk/nvc
Licenses: GPL-3.0-or-later
Conflicts: nvc-git
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 4
Popularity: 0.124687
First Submitted: 2018-06-01 16:15 (UTC)
Last Updated: 2025-11-20 16:02 (UTC)

Dependencies (15)

Required by (1)

Sources (1)

Latest Comments

aperez commented on 2025-10-02 08:49 (UTC)

@Bevan: You're welcome. Thanks for the suggestion, I have pushed an update that adds the dependency, and nvc --install osvvm worked here for me. Sorry that this was missing =)

Bevan commented on 2025-10-01 19:31 (UTC)

Hi aperez, thanks for this package!

You may want to add tcllib (an AUR package) as an optional dependency for using OSVVM. Running "nvc --install osvvm" failed for me when tcllib was not installed.

aperez commented on 2023-07-05 19:40 (UTC)

@runecaster: Good catch, thanks! I've pushed an update with the fix.

runecaster commented on 2023-07-05 19:27 (UTC) (edited on 2023-07-05 19:29 (UTC) by runecaster)

The packages does not build for me as it is. The error message I get is install: cannot stat 'tools/*.rb': No such file or directory

I had to change the PKGBUILD the following way:


@@ -47,5 +47,4 @@ package () {
        make -C_build DESTDIR="${pkgdir}" install

        install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-       install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}/tools" tools/*.rb
 }

The ruby files have been (re-)moved from the tools-directory in version 1.9 of nvc.