diff options
| author | ducky | 2016-05-20 18:25:22 -0700 |
|---|---|---|
| committer | ducky | 2016-06-08 16:22:27 -0700 |
| commit | 65df106578e12e8bd71f9775e0435bbe107ee4da (patch) | |
| tree | dc2953922d317907025985fefdb87a2e07cb04c8 /src/test/scala/chiselTests/Counter.scala | |
| parent | f36524e388b060b1bb535ae21cb1bcbbea220be9 (diff) | |
Rename Chisel -> chisel in tests
Diffstat (limited to 'src/test/scala/chiselTests/Counter.scala')
| -rw-r--r-- | src/test/scala/chiselTests/Counter.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/scala/chiselTests/Counter.scala b/src/test/scala/chiselTests/Counter.scala index 07a76cdc..cbc80b86 100644 --- a/src/test/scala/chiselTests/Counter.scala +++ b/src/test/scala/chiselTests/Counter.scala @@ -1,10 +1,10 @@ // See LICENSE for license details. package chiselTests -import Chisel._ +import chisel._ import org.scalatest._ import org.scalatest.prop._ -import Chisel.testers.BasicTester +import chisel.testers.BasicTester class CountTester(max: Int) extends BasicTester { val cnt = Counter(max) |
