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

Fix profiles on newer yosys version #607

Merged
merged 5 commits into from
Mar 12, 2024

Conversation

lekcyjna123
Copy link
Contributor

On Yosys 0.37.0 names with "-" are also escaped. I have found it in hard way when regressions tests with cocotb failed. Here is a port of resiliency changes from #596 extended with one more case when there is no escaping and there should be one.

@lekcyjna123 lekcyjna123 added bug Something isn't working infrastructure CI, testing, etc. labels Mar 6, 2024
@tilk
Copy link
Member

tilk commented Mar 6, 2024

Idea: if this is that complicated now, maybe the better option is not to escape the identifiers in the first place, and try to escape if the lookup doesn't work. See transactron/utils/gen.py.

@tilk tilk merged commit 182c85a into kuznia-rdzeni:master Mar 12, 2024
8 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 12, 2024
tilk pushed a commit to kuznia-rdzeni/transactron that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure CI, testing, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants