diff options
| author | Donggyu | 2016-11-05 21:23:14 -0700 |
|---|---|---|
| committer | GitHub | 2016-11-05 21:23:14 -0700 |
| commit | e05ca2b2edb3b1d3fc191864ff31e2b5fc079b42 (patch) | |
| tree | 39d1c02f347116f3f4fa45610030e6f0d078c233 /src/test/scala | |
| parent | 82da5e7903817b877bff3c07e09b0b7e9d009351 (diff) | |
Fix CHIRRTL bugs (#355)
* handle uninferred ports gracefully in RemoveCHIRRTL
memory port directions are not inferred during CInferMDir if not being used, so handle them properly in RemoveCHIRRTL
* fix CInferTypes
Diffstat (limited to 'src/test/scala')
| -rw-r--r-- | src/test/scala/firrtlTests/ChirrtlSpec.scala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/ChirrtlSpec.scala b/src/test/scala/firrtlTests/ChirrtlSpec.scala index 05c53cce..3b360de6 100644 --- a/src/test/scala/firrtlTests/ChirrtlSpec.scala +++ b/src/test/scala/firrtlTests/ChirrtlSpec.scala @@ -71,4 +71,5 @@ class ChirrtlSpec extends FirrtlFlatSpec { } class ChirrtlMemsExecutionTest extends ExecutionTest("ChirrtlMems", "/features") - +class EmptyChirrtlMemCompilationTest extends CompilationTest("EmptyChirrtlMem", "/features") +class NodeTypeCompilationTest extends CompilationTest("NodeType", "/features") |
