aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests')
-rw-r--r--src/test/scala/firrtlTests/SeparateWriteClocksSpec.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/SeparateWriteClocksSpec.scala b/src/test/scala/firrtlTests/SeparateWriteClocksSpec.scala
index 476a3ae2..8342c563 100644
--- a/src/test/scala/firrtlTests/SeparateWriteClocksSpec.scala
+++ b/src/test/scala/firrtlTests/SeparateWriteClocksSpec.scala
@@ -58,7 +58,6 @@ class SeparateWriteClocksSpec extends FirrtlFlatSpec {
| m.w_b.mask <= UInt(1)
| m.w_b.data <= wdata_b""".stripMargin)
- println(result.circuit.serialize)
result should containLine("m.r.clk <= clk")
result should containLine("m.w_a.clk <= m_w_a_clk")
result should containLine("m.w_b.clk <= m_w_b_clk")