Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

bsg_alloc_wavefront #695

wants to merge 8 commits into from

Conversation

tommydcjung
Copy link
Contributor

Wavefront allocator module and the testbench;

Copy link
Contributor

@taylor-bsg taylor-bsg left a 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?

Copy link
Contributor

@taylor-bsg taylor-bsg left a 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?

@tommydcjung
Copy link
Contributor Author

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.

@taylor-bsg
Copy link
Contributor

@tommydcjung can you merge the _cell module into the main file since it's basically a private module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants