summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/BundleWire.scala
diff options
context:
space:
mode:
authorPalmer Dabbelt2015-10-23 13:20:00 -0700
committerPalmer Dabbelt2015-10-23 13:20:00 -0700
commitda7162921544ca6265ee837b811f1eafb9b47208 (patch)
tree627d85a99298c431dc638095000c2df096a2eac6 /src/test/scala/chiselTests/BundleWire.scala
parent6ce580969d1cefcdff18aa8ab6610b1c89c57739 (diff)
parent233875001af47b0c7773872f8bd76f1e53ef9e83 (diff)
Merge pull request #31 from ucb-bar/scalastyle-tests
Whitespace scalastyle fixes for tests
Diffstat (limited to 'src/test/scala/chiselTests/BundleWire.scala')
-rw-r--r--src/test/scala/chiselTests/BundleWire.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/scala/chiselTests/BundleWire.scala b/src/test/scala/chiselTests/BundleWire.scala
index 99455608..99dc665f 100644
--- a/src/test/scala/chiselTests/BundleWire.scala
+++ b/src/test/scala/chiselTests/BundleWire.scala
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
package chiselTests
import Chisel._
import org.scalatest._