diff options
| author | Albert Magyar | 2019-03-29 17:09:57 -0700 |
|---|---|---|
| committer | GitHub | 2019-03-29 17:09:57 -0700 |
| commit | 9535e03020c6e654dae3ce7e95f4d8649405ce3d (patch) | |
| tree | d926ac7d29ac2ee6eec3d21193eb73a0a9dbdb79 /src/test | |
| parent | 883548c673ef6496c3b281b0011153a11541584d (diff) | |
Faster reg constprop (#1067)
* Improve memoization for register const prop
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/scala/firrtlTests/IntegrationSpec.scala | 2 |
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") |
