VUnit / vunit

VUnit is a unit testing framework for VHDL/SystemVerilog
http://vunit.github.io/
Other
696 stars 250 forks source link

GHDL wrong path for stimuli #988

Open albydnc opened 4 months ago

albydnc commented 4 months ago

I have a testbench that requires some stimuli files. With other simulators (Modelsim, Questa) I have made a simple configuration that copies these files in the simulator_output_path and they work as expected.

GHDL however expects files in the directory where the run.py script is located.