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 7489830 + c163b29 commit a2ac4f1Copy full SHA for a2ac4f1
pyverilog/dataflow/signalvisitor.py
@@ -433,7 +433,7 @@ def toScopeChain(self, blocklabel):
433
if not isinstance(loop, DFEvalValue):
434
raise verror.FormatError('Loop iterator should be constant')
435
scopelist.append( ScopeLabel(b.name, 'for', loop) )
436
- scopelsit.append( ScopeLabel(b.name, 'any') )
+ scopelist.append( ScopeLabel(b.name, 'any') )
437
return ScopeChain( scopelist )
438
439
def searchScopeConstantValue(self, blocklabel, name):
0 commit comments