Skip to content

Commit bc6ff61

Browse files
committed
Fix Instance.scala
1 parent 88cb4d3 commit bc6ff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/chisel3/experimental/hierarchy/core/Instance.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ object Instance extends SourceInfoDoc {
166166
Some(component)
167167
}
168168
}
169-
Definition(new EmptyExtModule() {}.asInstanceOf[Underlying[_]])
169+
Definition(new EmptyExtModule() {})
170170
}
171171

172172
val ports = experimental.CloneModuleAsRecord(definition.proto)

0 commit comments

Comments
 (0)