Closed prithayan closed 1 year ago
Promote annotation strings used in various passes to some global constant, for example, lib/Dialect/FIRRTL/Transforms/BlackBoxReader.cpp :: StringRef verifBBClass = "freechips.rocketchip.annotations.InternalVerifBlackBoxAnnotation";
lib/Dialect/FIRRTL/Transforms/BlackBoxReader.cpp ::
StringRef verifBBClass = "freechips.rocketchip.annotations.InternalVerifBlackBoxAnnotation";
These generally seem to all be in AnnotationDetails.h these days, closing!
AnnotationDetails.h
Found a stray instance, fixed! :smile:
Promote annotation strings used in various passes to some global constant, for example,
lib/Dialect/FIRRTL/Transforms/BlackBoxReader.cpp ::
StringRef verifBBClass = "freechips.rocketchip.annotations.InternalVerifBlackBoxAnnotation";