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

[HW] hw.module.extern does not print non-identifier names correctly #7040

Open
Moxinilian opened this issue May 15, 2024 · 0 comments
Open
Labels
bug Something isn't working HW Involving the `hw` dialect

Comments

@Moxinilian
Copy link
Member

hw.module.extern @foo(in %t "h ^hello" : i32)

is printed by circt-opt as

hw.module.extern @foo(in %h ^hello : i32)

which is not valid.

I may try to fix this if I have time but if anyone wants to beat me to it feel free.

@Moxinilian Moxinilian added bug Something isn't working HW Involving the `hw` dialect labels May 15, 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 HW Involving the `hw` dialect
Projects
None yet
Development

No branches or pull requests

1 participant