tgingold

Results 223 comments of tgingold

I cannot reproduce the issue, so probably it has already been fixed.

Ah ok, I was testing with --std=08.

Interesting. But I am not sure that this is correct: > sequence seq1 (boolean d0) is {not d0; d0 = '1'}; `d0` is a PSL boolean, so it is seen...

I cannot reproduce the crash. I will file the test.

Not before next year. I think it will come with external names.

Get the latest checkout of ghdl or get an older version of the plugin.

Reproducer: ``` entity repro1 is end; architecture behav of repro1 is function InitMemoryBaseType(Size : integer) return integer_vector is begin return (1 to Size => 0); end InitMemoryBaseType; subtype MemoryBaseType is...

To be honest, I don't think this is valid according to the LRM. The bounds of an aggregate must be determinable either from the context (but not in that case)...