eine
eine
Thanks for making those explicit questions. I'd also answer no to all of them, because, as you say, it is great that new features and bugfixes are shipped together and...
Replying to https://github.com/ghdl/ghdl/issues/1108#issuecomment-576618593: @CraigNoble, while I agree with your point, GHDL is, for now, a single man show. Hence, there is no such distinction between stable or less stable features....
FTR, https://github.com/ghdl/ghdl/issues/1108#issuecomment-596267218
Tested with a recent version of GHDL: ``` # ./reproduce_bat.bat D:\ghdl\ghdl\temp>ghdl -a --std=08 -frelaxed-rules -Wno-shared --work=psi_fix psi_tb_txt_util.vhd D:\ghdl\ghdl\temp>ghdl -a --std=08 -frelaxed-rules -Wno-shared --work=psi_fix psi_tb_textfile_pkg.vhd D:\ghdl\ghdl\temp>ghdl -a --std=08 -frelaxed-rules -Wno-shared --work=psi_fix...
generated executable crashes with seg fault on wide std_logic_vector signal with declared init value
@roeekalinsky, see #822. This is probably related to #752 too.
generated executable crashes with seg fault on wide std_logic_vector signal with declared init value
Ref [January 21, 2020 4:16 PM](https://gitter.im/ghdl1/Lobby?at=5e2715c742ae383fa960c552)
FTR, with `GHDL 1.0-dev (v0.37.0-924-g36f25166)` the error when opening the waveform is: ```sh # gtkwave mywave.ghw GTKWave Analyzer v3.3.104 (w)1999-2020 BSI ghw_read_type: unknown type 153 ghw_read_base: error in section TYP...
The specific repo that connects GHDL and yosys is [tgingold/ghdlsynth-beta](https://github.com/tgingold/ghdlsynth-beta). Anyway, that repo might be merged here when it is out of beta; hence, it is ok to keep this...
With `GHDL 1.0-dev (v0.37.0-949-gc689f6ad)`, a segmentation fault is produced when running `./ent --wave=wave.ghw`.
I saw that, and that's why I tried to test this issue again. However, when I opened this issue a year ago, the problem was when opening the waves with...