You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks likes pymtl is unable to support using Bits objects as constants. For example, if we wish to connect a constant to an input port, pymtl will accept a constant literal, but not a bits object:
It looks likes pymtl is unable to support using Bits objects as constants. For example, if we wish to connect a constant to an input port, pymtl will accept a constant literal, but not a bits object:
Causes py.test to complain:
However, using a constant literal, instead, causes no such error:
The text was updated successfully, but these errors were encountered: