Once you’ve compiled the NVC simulation tool, you can customise Emacs to have it as one of the standard list of compilers. Add these lines to the “vhdl-compiler-alist” section of your Emacs config file:
Category: VHDL
Posts with the VHDL language
NVC is a very interesting open-source HDL simulator for VHDL. You can run tests and view waveforms using GTKWave. CocoTB will start supporting it from the v2.0 release, but you can get hold of it now if you clone the…
Most open source tools don’t accept VHDL as an input, which is a real shame/annoyance if VHDL is your thing. What are the options?
This HowTo will take you from a blank/brand new install of Ubuntu 22.04 or Linux Mint 21 up to the point where you can run OpenROAD to make a GDS-II file of a design.
This article shows you how to set up Emacs for VHDL work and make it behave like a regular Windows text editor
TerosHDL have announced a beta of their plugin for Visual Studio Code.
HDL languages like VHDL and Verilog are not like normal programming languages. This post describes how to read VHDL code and synthesise it in your head.