Nick Gasson
Nick Gasson
Might be the bug that was fixed by #376
I actually started doing this last year but didn't get very far. Either we could export using the UCIS C API (which would allow us to write directly to ModelSim's...
I added a simple XML format for debug/testing in 0a433ca9bc89. I also pushed my earlier attempt to implement the UCIS C API to the `ucis` branch (a5205c1).
Where do `g_NUM_WORDS` and `log2ceil` come from here? I tried to reproduce this with the following but didn't get any error: ```vhdl package pack is function f (x : integer)...
@albydnc I wasn't able to find a way to reproduce this. Do you have a more complete example?
Probably a regression caused by the fix to #952, sorry about that.
It's a bit difficult for me to work out what's going on here from the description. Are you able to reduce it to a smaller self-contained example? > sel_i =>...
I've fixed the case where the signal is a parameter to an attribute reference. The case where it's read inside an impure function call also seems to be valid according...
> The case where it's read inside an impure function call also seems to be valid according to the LRM, although only if the function body is in the same...
This was possibly also fixed by 3fde42fe1c64. Either way needs retesting with the latest version.