wsipak

Results 7 comments of wsipak

As can be seen in https://github.com/chipsalliance/Surelog/issues/3803 the UHDM printer by default doesn't show all the details, and the `array_typespec` looks empty while it acutally references a proper typespec. I've used...

As Zach227 has observed, this can be fixed by upgrading the tools. With Yosys 0.27+22 `(git sha1 0f5e7c244)` and yosys-f4pga-plugins `(git sha1 e7070ca645)`, which are used here: https://github.com/antmicro/yosys-systemverilog I'm getting...

With Yosys 0.27+22 `(git sha1 0f5e7c244)` and yosys-f4pga-plugins `(git sha1 e7070ca645)`, which are used here: https://github.com/antmicro/yosys-systemverilog I don't see any problem here. I think the issue can be closed.

@hzeller Thank you for your feedback. The parameter is now named `check_comments`.

Thank you. We'll look into the details. Indeed it looks like `#ifdef`s are the way to go here.

Thank you for the PR. Your contribution is very much appreciated. You might want to know that we have an on-going work towards type parameters support: https://github.com/chipsalliance/yosys-f4pga-plugins/pull/454. The linked PR...

Currently the plugin does not handle negative indexes, and this won't be an easy fix since the plugin has to translate the indexes to positive zero-based range for Yosys and...