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

[FIRRTL] Support dynamic indexed vector element in Target #8268

Open
unlsycn opened this issue Feb 23, 2025 · 0 comments
Open

[FIRRTL] Support dynamic indexed vector element in Target #8268

unlsycn opened this issue Feb 23, 2025 · 0 comments

Comments

@unlsycn
Copy link
Contributor

unlsycn commented Feb 23, 2025

CIRCT currently cannot resolve annotations targeting dynamically indexed (non-literal) vector elements, such as:

  {
    "class":"firrtl.transforms.DontTouchAnnotation",
    "target":"~Foo|Foo>in[idx].foo"
  }

and we should support this.
A semantic concern arises regarding whether the index expression [idx] introduces ambiguity, which this could potentially reference different signals, or we can just confines the search to it within the same module as the target vector.

@unlsycn unlsycn changed the title Support dynamic indexed vector element in Target [FIRRTL] Support dynamic indexed vector element in Target Feb 23, 2025
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

No branches or pull requests

1 participant