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

Support SystemVerilog sources with radiant tool #402

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

bwitherspoon
Copy link
Contributor

This PR adds support for systemVerilogSource file types with the LatticeSemi Radiant tool. Radiant doesn't require any additional options when reading Verilog vs SystemVerilog sources.

@olofk
Copy link
Owner

olofk commented Oct 24, 2023

The patch itself looks perfectly fine, but the test case also needs to be updated accordingly. The easiest way to run the tests locally is to run tox from the repo root. You can also set the GOLDEN_RUN variable first (i.e. run GOLDEN_RUN=1 tox) to automatically update the expected reference files and then check that they look correct.

@bwitherspoon
Copy link
Contributor Author

Updated the test case and rebased on current main.

@olofk olofk merged commit c3e9a54 into olofk:main Nov 19, 2023
6 checks passed
@olofk
Copy link
Owner

olofk commented Nov 19, 2023

Excellent! Thanks for this. Picked and pushed!

@bwitherspoon bwitherspoon deleted the radiant-sv branch November 20, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants