meng
meng
Hi, Thanks for your reply. Systemc is actually executed serially. We want to analyze from the AST which processes can operate in parallel, thereby making systemc execute faster. Writing a...
Hi, Thanks for your reply. We currently have some ideas to determine the execution order between different processes by analyzing the data competition relationship between different processes, and try our...
Hi, Sorry for reply so late. Actually, I want to do some work on parallelizing System C: by analyzing the relationships between System C processes, I can confirm that some...
Hi, As is well known, the kernel implementation of SystemC is serial; But Verilog supports parallelism; Is your team prepared to translate the system c source code into a Verilog...
Hi, Can I continue to develop new features similar to OoO pdes based on your project? Thanks
Hi, Thank you very much for your generous reply. I'll take a look at your suggestion first. Maybe I didn't describe my needs well. Actually, what I want to do...
Thank you very much for your reply,