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

bugfix: VERILOG_INCLUDE_DIRS not a list of Paths #616

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

donn
Copy link
Member

@donn donn commented Dec 4, 2024

  • Yosys.JsonHeader, Yosys.Synthesis

    • Fixed VERILOG_INCLUDE_DIRS being a list of strings instead of a list of
      Paths.

Resolves #615

@donn donn requested a review from kareefardi December 4, 2024 12:02
Copy link
Collaborator

@kareefardi kareefardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donn
Copy link
Member Author

donn commented Dec 4, 2024

@kareefardi It is a duplicate. It's declared twice. I just noticed.

@kareefardi kareefardi self-requested a review December 4, 2024 12:07
@openlane-bot
Copy link
Collaborator

Metric comparisons are in beta. Please report bugs under the issues tab.

To create this report yourself, grab the metrics artifact from the CI run, extract them, and invoke python3 -m openlane.common.metrics compare-remote current --branch main --table-verbosity ALL --table-out ./tables_all.md.

  • No changes to critical metrics were detected in analyzed designs.

Full tables ► https://gist.github.com/openlane-bot/5236cc6a664d21ba324fd62e2a16305b

@donn donn merged commit df6079d into main Dec 4, 2024
107 checks passed
@donn donn deleted the fix_verilog_include_dirs branch December 16, 2024 11:06
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.

VERILOG_INCLUDE_DIRS not being a Path disallows the use of dir::
3 participants