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 6adfc5c commit ed1b54aCopy full SHA for ed1b54a
pyverilog/dataflow/merge.py
@@ -76,6 +76,8 @@ def getAssignType(self, termname, bind):
76
return 'localparam'
77
if signaltype.isOutput(termtype):
78
return 'assign'
79
+ if signaltype.isInout(termtype):
80
+ return 'assign'
81
if signaltype.isInput(termtype):
82
83
if signaltype.isFunction(termtype):
0 commit comments