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.
2 parents 6adfc5c + ed1b54a commit 3fbde9bCopy full SHA for 3fbde9b
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