Skip to content

Commit

Permalink
[FIRRTL] Fix missing BlackBoxPathAnno Lowering
Browse files Browse the repository at this point in the history
Add a known and supported annotation to the LowerAnnotations Annotation
table.  This was accidentally never added, even though it works.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Feb 9, 2023
1 parent ffa319f commit 0285a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Dialect/FIRRTL/Transforms/LowerAnnotations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ static const llvm::StringMap<AnnoRecord> annotationRecords{{
{stdResolve, applyWithoutTarget<false, FModuleOp, FExtModuleOp>}},
{blackBoxInlineAnnoClass,
{stdResolve, applyWithoutTarget<false, FExtModuleOp>}},
{blackBoxPathAnnoClass,
{stdResolve, applyWithoutTarget<false, FExtModuleOp>}},
{dontObfuscateModuleAnnoClass,
{stdResolve, applyWithoutTarget<false, FModuleOp>}},
{verifBlackBoxAnnoClass,
Expand Down

0 comments on commit 0285a98

Please sign in to comment.