mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
type error message
This commit is contained in:
parent
57bd2dd857
commit
aa004c9ab3
@ -159,7 +159,7 @@ class Simulation(object):
|
|||||||
if not exc:
|
if not exc:
|
||||||
exc = clause
|
exc = clause
|
||||||
else:
|
else:
|
||||||
raise TypeError("type of yield clause %s is %s" %
|
raise TypeError("yield clause %s has type %s" %
|
||||||
(repr(clause), type(clause)))
|
(repr(clause), type(clause)))
|
||||||
|
|
||||||
if cosim:
|
if cosim:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user