tgingold

Results 223 comments of tgingold

I can try to dump them through ghw, but I am not sure how to display them (gtkwave could be used, but waves aren't the best way to display generics).

I think the crash is due to an unsupported vhdl 2008 feature: aggregates can now be locally static. I plan to implement that feature.

GHDL is correct, the length of strings in a case statement must be the same. (And likewise for the record, although this is not yet spotted).

Please, provide mwe. There are many cases to be handled, and I'd like to know which ones are the most important. For the initial case, you get a diagnostic at...

That's because there are no new signal events after 20ns. You'd like to see a waveform until 40 ns, but if the simulation goes until time'last (which is not unusual),...

Generic types are supported for packages, but neither for subprograms nor for entities. It will come in the future.

To be honest, I am not sure I want to support this style (two 'if' statements with the same edge). I suppose this is a low priority issue. I could...

I saw you opened several issues about memory. I will investigate them but later. I know the algorithm is very fragile.