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
{{ message }}
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
Just as we have pow2 block ram, etc, it would be nice if we had safe pow2 vector indexing.
I was just refactoring one of my processors to change the word size, and some bugs got caught with my tests instead of the type checker because I was using !!.
Just as we have pow2 block ram, etc, it would be nice if we had safe pow2 vector indexing.
I was just refactoring one of my processors to change the word size, and some bugs got caught with my tests instead of the type checker because I was using
!!
.Maybe something like
should go in
CLaSH.Sized.Vector
?Feel free to suggest a different identifier if you like the idea, of course.
The text was updated successfully, but these errors were encountered: