tgingold

Results 223 comments of tgingold

We are currently building on github. Yes, it would make sense to try to build on the oldest available macos version, but I fear this is already what we do....

Great! Thank you for the whole work. It would be nice if we could generate binaries like for the other platforms, but I haven't seen yet ARM macos platforms available...

Weird. Did you check kernel messages (dmesg) ? You can try to run outside the makefile, you will get more details. And then you can try to run under gdb...

Did you try without the --wave option ? If you file the sources, I can investigate too.

I can reproduce a crash, I have to investigate.

But if `mem` is a variable instead of a signal, I don't get any crash.

This is an overflow while computing the memory size to be allocated. I think this is not the first time it is reported.

Generic map aspect in interface package declaration are not yet supported.

In addition, interface package declarations are also not yet supported in entities...

You can use an unbounded array of std_logic_vector (but the support of it is still WIP in ghdl).