hunterzju

Results 12 comments of hunterzju

> 你好,请问你也使用pyverilog编译AES设计了吗?我想编译AES,并获得其dataflow,结果跑了好久都没出结果。但我跑uart的时候,很快。请问你知道为什么吗? 可能是有解析过程有环,导致无限循环了,貌似pyverilog对有环的情况处理不太好,可以top命令看一下是不是进程一直在吃内存。

> Hi, could you use English, please? Sorry, we are discussing the problem we met when parse AES module using pyverilog : the memory expand but can not return a...

I have the same issue: macOS10.15.6+vscode insider+iverilog

厉害了大佬

> Those are usually the last instructions that are run on most tests. > I will have to do some verification and see what's going on. > > Unfortunately I...

I met the same problem.

> While #2924 will get you past that, you will run into other issues later in the compilation. It looks like you are using the default compiler for centos7, gcc...

> Not sure why you are seeing this error, maybe because you are using a static version of libstdc++, which is not something we test for. If you just need...

I have similar problem in LLM model inference, the time is too much slow even through I use the `-parallel` option. I wonder if there is a way to add...