diff options
| author | Jim Lawson | 2016-01-05 14:18:50 -0800 |
|---|---|---|
| committer | Jim Lawson | 2016-01-05 14:18:50 -0800 |
| commit | 3fb693ea5209c402ca944086713684fa53e8c34c (patch) | |
| tree | 5ecacd4722b3e5931491569d17dc4ccb00814200 /src/test/scala/chiselTests/EnableShiftRegister.scala | |
| parent | a98dab0c5726434c2aaa457787ef32c380c5556d (diff) | |
Scalastyle fixes - whitespace or comments only.
Diffstat (limited to 'src/test/scala/chiselTests/EnableShiftRegister.scala')
| -rw-r--r-- | src/test/scala/chiselTests/EnableShiftRegister.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/scala/chiselTests/EnableShiftRegister.scala b/src/test/scala/chiselTests/EnableShiftRegister.scala index b19fe3d9..6600df2a 100644 --- a/src/test/scala/chiselTests/EnableShiftRegister.scala +++ b/src/test/scala/chiselTests/EnableShiftRegister.scala @@ -29,7 +29,7 @@ class EnableShiftRegisterTester(c: EnableShiftRegister) extends Tester(c) { for (t <- 0 until 16) { val in = rnd.nextInt(16) val shift = rnd.nextInt(2) - println("SHIFT " + shift + " IN " + in) + println("SHIFT " + shift + " IN " + in) // scalastyle:ignore regex poke(c.io.in, in) poke(c.io.shift, shift) step(1) @@ -44,7 +44,7 @@ class EnableShiftRegisterTester(c: EnableShiftRegister) extends Tester(c) { */ class EnableShiftRegisterSpec extends ChiselPropSpec { - + property("EnableShiftRegister should elaborate") { elaborate { new EnableShiftRegister } } |
