-
Hello, everyone. I am learning FIRRTL pass and Chisel annotation. I want to use annotation to locate the module I want to modify, but as the tutorial[1] shows, I will get a I have read the following tutorials: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This feature was introduced in chipsalliance/firrtl#1603 |
Beta Was this translation helpful? Give feedback.
This feature was introduced in chipsalliance/firrtl#1603
I believe this is what you are looking for:
https://github.com/chipsalliance/firrtl/blob/master/src/main/scala/firrtl/analyses/IRLookup.scala
You can check the usage via test
https://github.com/chipsalliance/firrtl/blob/master/src/test/scala/firrtlTests/analyses/IRLookupSpec.scala