aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorAlbert Magyar2019-03-29 17:09:57 -0700
committerGitHub2019-03-29 17:09:57 -0700
commit9535e03020c6e654dae3ce7e95f4d8649405ce3d (patch)
treed926ac7d29ac2ee6eec3d21193eb73a0a9dbdb79 /src/test
parent883548c673ef6496c3b281b0011153a11541584d (diff)
Faster reg constprop (#1067)
* Improve memoization for register const prop
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/firrtlTests/IntegrationSpec.scala2
1 files changed, 1 insertions, 1 deletions
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")