diff options
| author | Chick Markley | 2017-01-20 11:14:04 -0800 |
|---|---|---|
| committer | GitHub | 2017-01-20 11:14:04 -0800 |
| commit | 4512aeeacf594349cf9a816384e92bf3da63892f (patch) | |
| tree | b83a7d7ab145352af460bfa489da1a849094ba08 /src/test/scala/chiselTests/AnnotationNoDedup.scala | |
| parent | f19653fbe9d2e1b49c49c31ddb98a758c390ba94 (diff) | |
Mark Annotation and FixedPoint as experimental (#444)
* Mark Annotation and FixedPoint as experimental
Fix tests and other references to these constructs
* Made experimental imports more specific where possible
Diffstat (limited to 'src/test/scala/chiselTests/AnnotationNoDedup.scala')
| -rw-r--r-- | src/test/scala/chiselTests/AnnotationNoDedup.scala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/chiselTests/AnnotationNoDedup.scala b/src/test/scala/chiselTests/AnnotationNoDedup.scala index 024b5a7a..e34444a6 100644 --- a/src/test/scala/chiselTests/AnnotationNoDedup.scala +++ b/src/test/scala/chiselTests/AnnotationNoDedup.scala @@ -3,6 +3,7 @@ package chiselTests import chisel3._ +import chisel3.experimental.ChiselAnnotation import firrtl.FirrtlExecutionSuccess import firrtl.transforms.DedupModules import org.scalatest.{FreeSpec, Matchers} |
