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/Math.scala | |
| parent | 671117f3332ac10d1e7c5cc4f4cb5278f72ed6ab (diff) | |
Move utils into utils
Diffstat (limited to 'src/main/scala/chisel/util/Math.scala')
| -rw-r--r-- | src/main/scala/chisel/util/Math.scala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/scala/chisel/util/Math.scala b/src/main/scala/chisel/util/Math.scala index 1bf667ce..69464d15 100644 --- a/src/main/scala/chisel/util/Math.scala +++ b/src/main/scala/chisel/util/Math.scala @@ -3,7 +3,9 @@ /** Scala-land math helper functions, like logs. */ -package chisel +package chisel.util + +import chisel._ /** Compute the log2 rounded up with min value of 1 */ object log2Up { |
