Skip to content

Commit a832763

Browse files
author
Rajsekhar Setaluri
committed
Fix tests
1 parent 82e6ac2 commit a832763

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyverilog/dataflow/bindvisitor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -828,9 +828,6 @@ def addTerm(self, node, rscope=None):
828828

829829
lenmsb = None
830830
lenlsb = None
831-
if isinstance(node, RegArray) or isinstance(node, WireArray):
832-
lenmsb = self.makeDFTree(node.length.msb, scope)
833-
lenlsb = self.makeDFTree(node.length.lsb, scope)
834831

835832
term = Term(name, termtypes, msb, lsb, lenmsb, lenlsb)
836833
self.dataflow.addTerm(name, term)

0 commit comments

Comments
 (0)