Xiretza
Xiretza
> Do you have to put ce in the sensitivity list? Interesting question, and I don't have an answer to it (my guess is no, though, because it should be...
That's fine, I was just playing around with the design a bit and since it works completely fine in simulation I thought I'd open an issue. It's easy to work...
Yeah, no problem, I have workarounds for all of them - just thought I'd leave them here so they can be fixed eventually.
My guess would be a stack overflow - see #1592. Try using `--max-stack-alloc=` and `ulimit -s` to confirm this.
Would this be a candidate for [v1.0](https://github.com/ghdl/ghdl/milestone/9)?
Understood, thanks!
The sensitivity list has no effect on synthesis though, right?
Reads like it to me too, in that case it should probably error during analysis.
To get the ball rolling, the first thing should probably be to add a `--std=19` option. @tgingold, if it's ok to treat `Vhdl_19` as equivalent to `Vhdl_08` to begin with,...
FYI, building the 2019 std library fails with these errors: ``` ../../src/std/v19/env.vhdl:213:28:error: variable interface parameter are not allowed for a function (use a constant) impure function DIR_OPEN(Dir : out DIRECTORY;...