You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
I see you have forked verilator and trying to integrate the surelog parser into the repo.
Is your repo already using the surelog SV parser instead of the Verilator original parser?
I've built your repo , but the minimal test I have ran shows no improvements in language handling over standard Verilator.
I also see this is not the only surelog related repo. I see your yosys fork also has a Surelog submodule.
Do you have a working Surelog based front end for Yosys?
What are your long term goals? Do you intend to merge your work back into the main Verilator tree?
Hi,
I see you have forked verilator and trying to integrate the surelog parser into the repo.
Is your repo already using the surelog SV parser instead of the Verilator original parser?
I've built your repo , but the minimal test I have ran shows no improvements in language handling over standard Verilator.
I also see this is not the only surelog related repo. I see your yosys fork also has a Surelog submodule.
Do you have a working Surelog based front end for Yosys?
What are your long term goals? Do you intend to merge your work back into the main Verilator tree?
Thanks!