From 66d3ec0498a73319a914eeffcb4e0b1109b5f4c5 Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Wed, 23 Nov 2016 11:57:02 -0800 Subject: Stringified annotations (#367) Restricts annotations to be string-based (and thus less typesafe) Makes annotations more easily serializable and interact with Chisel--- src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala | 3 +-- src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/test/scala/firrtlTests/fixed') diff --git a/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala b/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala index 4a87290d..0c30b59e 100644 --- a/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala +++ b/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala @@ -4,8 +4,7 @@ package firrtlTests.fixed import java.io.StringWriter -import firrtl.Annotations.AnnotationMap -import firrtl.{CircuitState, ChirrtlForm, LowFirrtlCompiler, Parser} +import firrtl.{CircuitState, ChirrtlForm, LowFirrtlCompiler, Parser, AnnotationMap} import firrtl.Parser.IgnoreInfo import firrtlTests.FirrtlFlatSpec diff --git a/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala b/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala index f5105059..6bd06f10 100644 --- a/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala +++ b/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala @@ -3,7 +3,6 @@ package firrtlTests package fixed -import firrtl.Annotations.AnnotationMap import firrtl._ import firrtl.ir.Circuit import firrtl.passes._ -- cgit v1.2.3