index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
firrtl
/
annotations
/
JsonProtocol.scala
Age
Commit message (
Expand
)
Author
2022-04-21
Update json4s-native to 4.0.5 (#2519)
Lucheng Zhang
2022-03-25
Fix anno deserialization when class field is not first (#2501)
Fabian Schuiki
2021-11-12
Let firrtl based applications run despite loading unknown annotations (#2387)
Chick Markley
2021-05-14
Add JsonProtocol.serializeRecover (#2227)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-09-05
Better error messages for unserializable annotations (#1885)
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2020-04-10
Add ground type serializer (#1502)
Albert Chen
2020-03-07
Add firrtl-json serializers (#1430)
Adam Izraelevitz
2020-01-28
add IsModule, IsMember, CompleteTarget serializers (#1321)
Albert Chen
2019-11-14
Use getName instead of getSimpleName
Schuyler Eldridge
2019-10-29
Remove an unneeded cast
David Biancolin
2019-10-29
Some cleanup
David Biancolin
2019-10-29
Update src/main/scala/firrtl/annotations/JsonProtocol.scala
David Biancolin
2019-10-29
Check that all annotations provide the typeHint
David Biancolin
2019-10-29
Try implementing recursive typeHint look up
David Biancolin
2019-10-25
Only emit the DeserilizationTypeHintsAnno when needed
David Biancolin
2019-10-24
Supply a trait to allow user annotations to provide SERDES type hints
David Biancolin
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-03-18
Add serialization support for LoadMemoryFileType in LoadMemoryAnnotation (#1056)
Jim Lawson
2018-11-07
Add FirrtlOptions
Schuyler Eldridge
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-03-22
Better bad annotation file error reporting (#771)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig