aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests
diff options
context:
space:
mode:
authorJack Koenig2021-12-17 09:39:34 -0800
committerGitHub2021-12-17 17:39:34 +0000
commit6b82bcf6690e38ff472a39eaae7e6375ff7085e4 (patch)
treef8ca17de9cce1fd70e4e45053201ea0874a85861 /src/test/scala/firrtlTests
parent02e46bdb40b76c9f7803dd1ae4f18b388f9d55a4 (diff)
Remove some printlns in tests (#2445)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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")