Nick Gasson
Nick Gasson
Can you test again with the current master branch? It should be significantly improved.
> I suppose that memory allocation requirements were not modified, right? I need to migrate to different machine with more RAM first to test it. No, it should be much...
You can probably use `-e --no-collapse` as a temporary workaround.
Are you able to share a small part of the function or something that has a similar structure? Presumably it's a lot of repeating code like this? ```vhdl x =...
Isn't this exactly the behaviour you get now with unbound components? It should produce a warning during elaboration and in simulation all outputs have default values.
The LRM requires all source files are encoded with ISO-8859-1 as @bpadalino mentions above. So if you use UTF-8 then each byte of a multi-byte unicode character gets interpreted as...
Are you able to provide a small example that triggers this crash or try on the most recent release?
Can you test with the latest 1.17.0 release? I tried the example above but it doesn't crash for me.
> It seems the build system is making use of .git/logs/HEAD to set the version or something, but files in .git/logs/ are local and not present on a fresh clone....
It's not really about inferring the hierarchy. The types of port and generic maps in an instantiation need to be checked at analysis time, and if you're instantiating and entity...