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.
1 parent db1c250 commit acae90fCopy full SHA for acae90f
core/src/main/scala/chisel3/ModuleImpl.scala
@@ -5,6 +5,7 @@ package chisel3
5
import scala.collection.immutable.{ListMap, VectorBuilder}
6
import scala.collection.mutable.{ArrayBuffer, HashMap, LinkedHashSet}
7
8
+import chisel3.experimental.hierarchy.core.Hierarchy.HierarchyBaseModuleExtensions
9
import chisel3.internal._
10
import chisel3.internal.binding._
11
import chisel3.internal.Builder._
0 commit comments