Unverified Commit c6093cbc authored by Chick Markley's avatar Chick Markley Committed by GitHub
Browse files

Let firrtl based applications run despite loading unknown annotations (#2387)



An application like barstools may contain a main that loads an annotations file containing
annotation classes that are not on it's classpath. This change allows unknown annotations
to be preserved by wrapping them in a UnrecognizedAnnotation. If annotations are then output
to a file, they will be unwrapped during serialization
This feature can be enabled via an AllowUnrecognizedAnnotations annotation

Co-authored-by: default avatarchick <chick.markley@sifive.com>
Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 03af969a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment