Unai Martinez-Corral
Unai Martinez-Corral
@sschmitz86 see also #925.
FTR, in https://github.com/VUnit/vunit/issues/946#issuecomment-1636798612 @Blebowski reported using VUnit and NVC with OSVVM precompiled with NVC. In the context of this issue, that's equivalent to the "GHDL's vendor scripts" solution.
@boehmerst GTKWave 3.3.103 was released in November 2019: https://github.com/gtkwave/gtkwave/blob/master/gtkwave3-gtk3/ChangeLog#L1779. You need a version of GTKWave released after August 2021 (https://github.com/ghdl/ghdl/issues/852#issuecomment-899130812).
@vruizescribano I think it's not completely implemented yet. See https://github.com/ghdl/ghdl/labels/FeaReq%3A%20VHDL-2008%20%28external%20names%29. Feel free to open an issue with your own reproducer of the crash/bug.
@iamludal you might want to check Action [pyTooling/Actions/with-post-step](https://github.com/pyTooling/Actions/tree/main/with-post-step). See: https://github.com/hdl/containers/blob/367faa2ca1c9a47912e31feadaedad35ae25abc1/utils/build-test-release/action.yml#L80-L95
FTR: https://github.com/ghdl/ghdl/commit/9f59cc8640127459cc09f3110f0dcbad4000ed2d (#2061)
@newhoggy you can use a "Params" job to generate outputs, to then be used in the `matrix`, which you can consume in the `defaults`. For instance, in [pyTooling/Actions](https://github.com/pyTooling/Actions): - `icon`,...
Analysing requires `--std=08`, since generic packages are used. On MSYS2 I get a crash when analysing the file: ``` # ghdl -a --std=08 counter.vhd get_object_type_staticness: cannot handle IIR_KIND_PACKAGE_HEADER (counter.vhd:2:9) ********************...
@stnolting, I cleaned the assets of the nightly release in NEORV32 and I restarted the Documentation workflow. It's green now.
@thboop, although field `name` is supported for steps in a composite action (https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsname), it seems to be ignored in the UI. IMHO., using `group` and `endgroup` should be redundant in...