Skip to content

Commit

Permalink
[binder] Handle secret ports for instance
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO authored and chiselbot committed Jan 9, 2024
1 parent 7d7cfba commit 2566eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/src/main/scala/PanamaCIRCTConverter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ class PanamaCIRCTConverter extends CIRCTConverter {

def visitDefInstance(defInstance: DefInstance): Unit = {
val loc = util.convert(defInstance.sourceInfo)
val ports = util.convert(defInstance.ports)
val ports = util.convert(defInstance.ports ++ defInstance.id.secretPorts)
val moduleName = defInstance.id.name

val op = util
Expand Down

0 comments on commit 2566eab

Please sign in to comment.