PyHDI / veriloggen

Veriloggen: A Mixed-Paradigm Hardware Construction Framework
Apache License 2.0
306 stars 58 forks source link

typo in stream/stypes.py line 52 #52

Closed mayagokhale closed 1 year ago

mayagokhale commented 1 year ago

"tyep" git grep -n tyep stypes.py:52: raise TypeError("'name' must be str, not '%s'" % str(tyep(name)))

shtaxxx commented 1 year ago

Thank you! It has been fixed in a209743c67d71a0dfb4d308334b042f9f28e01c2 .