summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/ComplexAssign.scala
diff options
context:
space:
mode:
authorJim Lawson2015-11-04 15:47:08 -0800
committerJim Lawson2015-11-04 15:47:08 -0800
commit56db490d1395aa5603e2688906d5a4f227b187e1 (patch)
tree007eabb2dd6aaf2da34d9152ceccc9cbbbfc4266 /src/test/scala/chiselTests/ComplexAssign.scala
parent9e58aef3abf1e7139d8e6b1068937dfcbb5c9ae3 (diff)
parent0300b7db3e87da860c2a70b7f990ebf1c59e8029 (diff)
Merge pull request #56 from ucb-bar/stylefix
Style fixes for test code
Diffstat (limited to 'src/test/scala/chiselTests/ComplexAssign.scala')
-rw-r--r--src/test/scala/chiselTests/ComplexAssign.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/ComplexAssign.scala b/src/test/scala/chiselTests/ComplexAssign.scala
index 64fc8bda..bbd3d6c2 100644
--- a/src/test/scala/chiselTests/ComplexAssign.scala
+++ b/src/test/scala/chiselTests/ComplexAssign.scala
@@ -41,7 +41,7 @@ class ComplexAssignTester(enList: List[Boolean], re: Int, im: Int) extends Basic
io.done := Bool(true); io.error := cnt
} .elsewhen(wrap) { io.done := Bool(true) }
}
-
+
class ComplexAssignSpec extends ChiselPropSpec {
property("All complex assignments should return the correct result") {