eine
eine
Ref: #178
@pluma, AFAIAA this action and upload-artifact are not proactively maintained or developed.
Superseeded by #178?
ping @jpsenior
Had to adjust the `root` and `add_source_files` args in the `run_debug.py` file, but I could reproduce the bug with a recent build of GHDL: ``` # python3 run_debug.py Compiling into...
I can reproduce. If you add a `wait;` statement in the end of your main process (after the last check), 40ns of waveform are shown. However, I don't know if...
Fair enough. I guess we can add some note to the docs (in https://ghdl.readthedocs.io/en/latest/using/Simulation.html#cmdoption-ghdl-wave?) so that users are aware. Remembering to end all the sims with some signal event is...
I'm glad it worked! Yes, I think we can keep this open until we update the docs.
That makes sense, because the simulation does not reach `test_runner_cleanup(runner);`. It is related to how VUnit decides whether a test failed. Hence, it is a false negative. Instead of adding...
FTR, ``` # ghdl -a --std=08 ea-GenericMux.vhd translate_subtype_definition: cannot handle IIR_KIND_INTERFACE_TYPE_DEFINITION (ea-GenericMux.vhd:9:22) ******************** GHDL Bug occurred *************************** Please report this bug on https://github.com/ghdl/ghdl/issues GHDL release: 1.0-dev (0.37.0.r1270.gb65ee8c3) [Dunoon edition] Compiled...