Skip to content

Commit a2ac4f1

Browse files
authored
Merge pull request #34 from jinluyang/master
correct a spelling error
2 parents 7489830 + c163b29 commit a2ac4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyverilog/dataflow/signalvisitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def toScopeChain(self, blocklabel):
433433
if not isinstance(loop, DFEvalValue):
434434
raise verror.FormatError('Loop iterator should be constant')
435435
scopelist.append( ScopeLabel(b.name, 'for', loop) )
436-
scopelsit.append( ScopeLabel(b.name, 'any') )
436+
scopelist.append( ScopeLabel(b.name, 'any') )
437437
return ScopeChain( scopelist )
438438

439439
def searchScopeConstantValue(self, blocklabel, name):

0 commit comments

Comments
 (0)