-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bsg_alloc_wavefront #695
base: master
Are you sure you want to change the base?
bsg_alloc_wavefront #695
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat. How hard is it to implement for N!=M?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the priority scheme?
The design is square by construction. width_p should be set as max(N,M), and tying off the unused inputs should make it optimized away by the compiler. |
@tommydcjung can you merge the _cell module into the main file since it's basically a private module? |
78ca02a
to
e1e6795
Compare
Wavefront allocator module and the testbench;