Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prove that generated Verilog/VHDL is equivalent #76

Open
esynr3z opened this issue Oct 6, 2024 · 0 comments
Open

Prove that generated Verilog/VHDL is equivalent #76

esynr3z opened this issue Oct 6, 2024 · 0 comments
Assignees
Labels
kind: feature New feature or request of enhancement scope: hw generators Related to HDL generators scope: tests Related to project testing
Milestone

Comments

@esynr3z
Copy link
Owner

esynr3z commented Oct 6, 2024

Single source is used for any HDL generation, but Verilog and VHDL modules stored as different jinja templates. This is quite error prone, because always during any fix/enhancement both types of templates has to be changed.

Need to formally prove that all HDL generators for different languages always produce equivalent RTL output. This can be done with eqy from Yosys toolchain.

Additional benefit of this is that formal verification is a free synthesis check, which is also important for every produced HDL.

@esynr3z esynr3z added kind: feature New feature or request of enhancement scope: hw generators Related to HDL generators scope: tests Related to project testing labels Oct 6, 2024
@esynr3z esynr3z added this to the v2.0.0 milestone Oct 6, 2024
@esynr3z esynr3z self-assigned this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New feature or request of enhancement scope: hw generators Related to HDL generators scope: tests Related to project testing
Projects
None yet
Development

No branches or pull requests

1 participant