diff options
| author | ducky | 2016-05-27 13:24:36 -0700 |
|---|---|---|
| committer | ducky | 2016-06-08 16:22:27 -0700 |
| commit | 881ac3cb3a9da0c7827a161238468df4727996f0 (patch) | |
| tree | 865b929b176ab1fd2c08fb4b7a083cdc2d132820 /src/main/scala/chisel/util/Counter.scala | |
| parent | 671117f3332ac10d1e7c5cc4f4cb5278f72ed6ab (diff) | |
Move utils into utils
Diffstat (limited to 'src/main/scala/chisel/util/Counter.scala')
| -rw-r--r-- | src/main/scala/chisel/util/Counter.scala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/scala/chisel/util/Counter.scala b/src/main/scala/chisel/util/Counter.scala index dde1e347..1c0b0203 100644 --- a/src/main/scala/chisel/util/Counter.scala +++ b/src/main/scala/chisel/util/Counter.scala @@ -1,6 +1,8 @@ // See LICENSE for license details. -package chisel +package chisel.util + +import chisel._ /** A counter module * @param n number of counts before the counter resets (or one more than the |
