from Hacker News

NVC: VHDL Compiler and Simulator

by eulgro on 5/7/25, 10:18 PM with 2 comments

  • by eulgro on 5/7/25, 10:22 PM

    NVC is an alternative to GHDL, written in C. It seems to be way ahead of GHDL though: it has nearly full VHDL-2019 support and preliminary Verilog/SV support, while GHDL is still lagging on full VHDL-2008 support.

    It also supports the VHPI interface required to use cocotb.

    It's interesting to see that open source mixed language simulators are becoming a thing!

  • by syntheticgate on 5/8/25, 3:47 AM

    Huge fan of nvc, can't recommend it highly enough! It is fast, has excellent language support and issue response on github is amazingly fast even though this is a hobby project. We're using it every day at work.