Josep Sans

Results 3 comments of Josep Sans

Hi, I would like to add the following lint rule: Register only assigned on reset. The reason is that most synthesis tools will complain about this. The following code snipped...

Hi @ckf104 you might want to take a look at [this tool](https://github.com/MikePopoloski/slang/tree/master/tools/reflect) I wrote to export SV structs and enums to C++. By any means I want you to stop...

> Hi @Sustrak. Thank you for your points and I didn't know this tool before. > > I have tried the `slang-reflect` and it's indeed helpful in some degree. And...