From e05ca2b2edb3b1d3fc191864ff31e2b5fc079b42 Mon Sep 17 00:00:00 2001 From: Donggyu Date: Sat, 5 Nov 2016 21:23:14 -0700 Subject: 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 --- src/test/scala/firrtlTests/ChirrtlSpec.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/scala') 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") -- cgit v1.2.3