Skip to content

Commit c398644

Browse files
committed
Merge branch 'master' into fix_internal_signal_errors
2 parents c173e3a + 5dce238 commit c398644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/chisel3/iotesters/VerilatorBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class GenVerilatorCppHarness(
5050
import firrtl.Mappers._
5151
import firrtl.AnnotationMap
5252
import firrtl.Utils.create_exps
53-
import firrtl.passes.bitWidth
53+
import firrtl.bitWidth
5454

5555
private def findWidths(m: DefModule) = {
5656
type WidthMap = collection.mutable.ArrayBuffer[(InstanceId, BigInt)]

0 commit comments

Comments
 (0)