From 9535e03020c6e654dae3ce7e95f4d8649405ce3d Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Fri, 29 Mar 2019 17:09:57 -0700 Subject: Faster reg constprop (#1067) * Improve memoization for register const prop --- src/test/scala/firrtlTests/IntegrationSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/scala/firrtlTests/IntegrationSpec.scala b/src/test/scala/firrtlTests/IntegrationSpec.scala index 54923be9..b7fd0084 100644 --- a/src/test/scala/firrtlTests/IntegrationSpec.scala +++ b/src/test/scala/firrtlTests/IntegrationSpec.scala @@ -52,4 +52,4 @@ class RobCompilationTest extends CompilationTest("Rob", "/regress") class RocketCoreCompilationTest extends CompilationTest("RocketCore", "/regress") class ICacheCompilationTest extends CompilationTest("ICache", "/regress") class FPUCompilationTest extends CompilationTest("FPU", "/regress") - +class HwachaSequencerCompilationTest extends CompilationTest("HwachaSequencer", "/regress") -- cgit v1.2.3