mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
Bug fix merge from default
--HG-- branch : 0.9-dev
This commit is contained in:
commit
c92725fb36
@ -223,7 +223,7 @@ class _SigNameVisitor(ast.NodeVisitor):
|
|||||||
elif self.context == OUTPUT:
|
elif self.context == OUTPUT:
|
||||||
self.outputs.add(id)
|
self.outputs.add(id)
|
||||||
elif self.context == INOUT:
|
elif self.context == INOUT:
|
||||||
raise AlwaysSeqError(_error.SigAugAssign % id)
|
raise AlwaysSeqError(_error.SigAugAssign, id)
|
||||||
else:
|
else:
|
||||||
raise AssertionError("bug in always_seq")
|
raise AssertionError("bug in always_seq")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user