We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c173e3a + 5dce238 commit c398644Copy full SHA for c398644
src/main/scala/chisel3/iotesters/VerilatorBackend.scala
@@ -50,7 +50,7 @@ class GenVerilatorCppHarness(
50
import firrtl.Mappers._
51
import firrtl.AnnotationMap
52
import firrtl.Utils.create_exps
53
- import firrtl.passes.bitWidth
+ import firrtl.bitWidth
54
55
private def findWidths(m: DefModule) = {
56
type WidthMap = collection.mutable.ArrayBuffer[(InstanceId, BigInt)]
0 commit comments