nvc

VHDL compiler and simulator for hardware design verification

brewmacoslinux
Try with needOr install directly
Source

About

VHDL compiler and simulator

Commands

nvc

Examples

Compile a VHDL design file$ nvc -c design.vhd
Elaborate and run simulation with waveform output$ nvc -e -r work.testbench --wave=output.vcd
Compile multiple VHDL files and list errors$ nvc -c design.vhd testbench.vhd --std=2008