From fd981848c7d2a800a15f9acfbf33b57dd1c6225b Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Fri, 18 Oct 2019 19:01:19 -0700 Subject: Upstream intervals (#870) Major features: - Added Interval type, as well as PrimOps asInterval, clip, wrap, and sqz. - Changed PrimOp names: bpset -> setp, bpshl -> incp, bpshr -> decp - Refactored width/bound inferencer into a separate constraint solver - Added transforms to infer, trim, and remove interval bounds - Tests for said features Plan to be released with 1.3--- src/test/scala/firrtlTests/transforms/InferWidthsWithAnnosSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/scala/firrtlTests/transforms') diff --git a/src/test/scala/firrtlTests/transforms/InferWidthsWithAnnosSpec.scala b/src/test/scala/firrtlTests/transforms/InferWidthsWithAnnosSpec.scala index 46fb310a..88095830 100644 --- a/src/test/scala/firrtlTests/transforms/InferWidthsWithAnnosSpec.scala +++ b/src/test/scala/firrtlTests/transforms/InferWidthsWithAnnosSpec.scala @@ -152,7 +152,7 @@ class InferWidthsWithAnnosSpec extends FirrtlFlatSpec { } "InferWidthsWithAnnos" should "work with WiringTransform" in { - def transforms = Seq( + def transforms() = Seq( ToWorkingIR, ResolveKinds, InferTypes, -- cgit v1.2.3