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
As I tested in ControllerRTL.py and TileRTL.py, looks CtrlPktType() instead of CtrlPktType(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) will cause below issue, so the 0s placeholders for the constructor are always required? Is this expected in PyMTL?
assert False, f"unrecognized datatype instance {instance}"
E AssertionError: unrecognized datatype instance [Bits3(0x0), Bits3(0x0), Bits3(0x0), Bits3(0x0)]
E assert False
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @yo96 ,
As I tested in ControllerRTL.py and TileRTL.py, looks
CtrlPktType()instead ofCtrlPktType(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)will cause below issue, so the0s placeholders for the constructor are always required? Is this expected in PyMTL?Thanks,
Beta Was this translation helpful? Give feedback.
All reactions