diff options
| author | Chick Markley | 2016-12-14 15:31:31 -0800 |
|---|---|---|
| committer | Jack Koenig | 2016-12-14 15:31:31 -0800 |
| commit | 59a7c25d5c708305216532ec49c8120e59219f69 (patch) | |
| tree | a3e2540a9e77ecdd74e5044feafb381f1f73193f /src/test/scala/chiselTests/AnnotatingDiamondSpec.scala | |
| parent | 72e6c884b3f66a379982e5b3efc01afc563275cd (diff) | |
Final steps for annotations getting from chisel to firrtl (#405)
Pass transforms along with Annotations when calling firrtl compiler
This introduces new requirement that firrtl.Transform subclasses (that are associated with an annotation) do not have parameters in their default constructor
Add new test for NoDedup annotation that shows how to annotate a module instance
Diffstat (limited to 'src/test/scala/chiselTests/AnnotatingDiamondSpec.scala')
| -rw-r--r-- | src/test/scala/chiselTests/AnnotatingDiamondSpec.scala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/AnnotatingDiamondSpec.scala b/src/test/scala/chiselTests/AnnotatingDiamondSpec.scala index 3886ddd6..ff9f8e67 100644 --- a/src/test/scala/chiselTests/AnnotatingDiamondSpec.scala +++ b/src/test/scala/chiselTests/AnnotatingDiamondSpec.scala @@ -32,7 +32,6 @@ class IdentityTransform extends Transform { getMyAnnotations(state) match { case Nil => state case myAnnotations => - /* Do something useful with annotations here */ state } } |
