aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/annotations
AgeCommit message (Expand)Author
2019-10-29Update src/main/scala/firrtl/annotations/JsonProtocol.scalaDavid Biancolin
2019-10-29Check that all annotations provide the typeHintDavid Biancolin
2019-10-29Try implementing recursive typeHint look upDavid Biancolin
2019-10-25Only emit the DeserilizationTypeHintsAnno when neededDavid Biancolin
2019-10-24Supply a trait to allow user annotations to provide SERDES type hintsDavid Biancolin
2019-10-18Upstream intervals (#870)Adam Izraelevitz
2019-10-07Absorb some instance analysis into InstanceGraph, use safer boxed Strings (#1...Albert Magyar
2019-08-19Refactor exceptions to remove stack trace from user errors (#1157)Jack Koenig
2019-07-25Implement MultiTargetAnnotation (#1109)Sequencer
2019-07-19Fix renaming of annotations with paths (#967)Albert Chen
2019-07-08Remove some warnings (#1118)Leway Colin
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2019-04-25Add FirrtlStage, make Driver compatibility layerSchuyler Eldridge
2019-03-18Add serialization support for LoadMemoryFileType in LoadMemoryAnnotation (#1056)Jim Lawson
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2019-02-22Add Width Constraints with Annotations (#956)Albert Chen
2019-02-21Correctly handle dots in loaded memory paths (#984)Nick Hynes
2018-12-25Performance fix of Uniquify for deep bundles (#980)Adam Izraelevitz
2018-11-07Add FirrtlOptionsSchuyler Eldridge
2018-11-05Add prettyPrint method to TargetSchuyler Eldridge
2018-10-30Instance Annotations (#926)Adam Izraelevitz
2018-10-27Revert "Instance Annotations (#865)" (#925)Adam Izraelevitz
2018-10-24Instance Annotations (#865)Adam Izraelevitz
2018-08-17Binding support (#854)Chick Markley
2018-07-26Support for load memory annotations in chisel (#833)Chick Markley
2018-06-12Deprecate SingleStringAnnotation (#811)Jack Koenig
2018-03-28Enhance RenameMap to support circuit renaming (#775)Jack Koenig
2018-03-22Better bad annotation file error reporting (#771)Jack Koenig
2018-03-02Fix annotation deserialization of component subfields (#750)Jack Koenig
2018-02-27Refactor Annotations (#721)Jack Koenig
2018-02-16Replacematcherror - catch exceptions and convert to internal error. (#424)Jim Lawson
2017-12-19Make toNamed invert serialize (#709)Schuyler Eldridge
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
2017-03-23Add TargetDirAnnotation to give transforms access (#503)Jack Koenig
2017-03-06Added more stylized debugging styleAdam Izraelevitz
2017-03-06Addresses #459. Rewords transform annotations API.Adam Izraelevitz
2017-03-06Add ability to emit 1 file per module (#443)Jack Koenig
2016-12-06Fixes for Annotation serialized/deserialize (#390)Chick Markley
2016-11-23Stringified annotations (#367)Adam Izraelevitz