Skip to content

Commit

Permalink
[FIRRTL] Remove OMIRTracker pseudo-annotation
Browse files Browse the repository at this point in the history
Remove the OMIRTracker annotation.  This is now no longer load-bearing.

Co-authored-by: Mike Urbach <[email protected]>
Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge and mikeurbach committed Nov 27, 2024
1 parent 11b51f6 commit 5071345
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions include/circt/Dialect/FIRRTL/AnnotationDetails.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ constexpr const char *traceNameAnnoClass =
constexpr const char *traceAnnoClass =
"chisel3.experimental.Trace$TraceAnnotation";

constexpr const char *omirTrackerAnnoClass =
"freechips.rocketchip.objectmodel.OMIRTracker";

constexpr const char *blackBoxInlineAnnoClass =
"firrtl.transforms.BlackBoxInlineAnno";
constexpr const char *blackBoxPathAnnoClass =
Expand Down
2 changes: 0 additions & 2 deletions lib/Dialect/FIRRTL/Transforms/LowerAnnotations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,6 @@ static llvm::StringMap<AnnoRecord> annotationRecords{{
{memTapSourceClass, {stdResolve, applyWithoutTarget<true>}},
{memTapPortClass, {stdResolve, applyWithoutTarget<true>}},
{memTapBlackboxClass, {stdResolve, applyWithoutTarget<true>}},
// OMIR Annotations
{omirTrackerAnnoClass, {stdResolve, applyWithoutTarget<true>}},
// Miscellaneous Annotations
{conventionAnnoClass, {stdResolve, applyConventionAnno}},
{dontTouchAnnoClass,
Expand Down

0 comments on commit 5071345

Please sign in to comment.