1
0
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:
jand 2004-12-29 20:50:27 +00:00
parent 57bd2dd857
commit aa004c9ab3

View File

@ -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: