Mikhail Moiseev

Results 43 comments of Mikhail Moiseev

In the last version 1.6 with updated SC there is no issues, generated code: ``` n_max = 2'(1

Looks like the problem in LLVM installation. Probably it is because of old g++ or std library. ```install.sh``` has been checked for Ubuntu 20/22 and SLES 12 only. For other...

I would add path to C++ std library to $PATH, for Ubuntu 22.04 it is ```/usr/lib/gcc/x86_64-linux-gnu/11/include```. Next step, I would try to use another gcc version. Are you able to...

CLang/LLVM updated to 15.0.7. Please try it.

Hello. You are welcome to contribute into the project. That requires strong C++ experience, lots of attentions to low level details and enough time. That is specially true for arithmetic...

No progress in this topic yet. There are some plans to implement it, but priority is low.

Not completed. No plans to work on that near year, sorry for that.

No, only one SV file is generated. From my expirience working with one file is more convinient, specially for designs with hundreds of mudules. What advantages of multiple files do...

Do you think it is possible to write a script to split one SV file into multiple files by keywords module/endmodule? I could add a low priority ticket for that,...

Sounds good. Will update you when it is completed.