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
Why is there a std::set type required at all. An initializer list should be enough: crave::inside(byte(),{0, 64, 128, 192})}
Thanks to @hvdschoot for finding this issue
The text was updated successfully, but these errors were encountered:
SystemC datatypes in inside are not supported. This leads to a compile error
However this works:
Why is there a std::set type required at all. An initializer list should be enough:
crave::inside(byte(),{0, 64, 128, 192})}
Thanks to @hvdschoot for finding this issue
The text was updated successfully, but these errors were encountered: