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

long term change #545

Open
taylor-bsg opened this issue Feb 7, 2022 · 0 comments
Open

long term change #545

taylor-bsg opened this issue Feb 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@taylor-bsg
Copy link
Contributor

wire [lg_els_lp-1:0] local_node_id = hdr_r.nodeID - node_id_offset_i;

Rather than subtracting, we should have a node prefix that is compared to, basically comparing whether a set of top bits is equal, and then we can just use the low bits as the local client ID. This way, we can support a sparse space that makes it easier to add items without changing the address map; and we also take the adder off of the path.

@taylor-bsg taylor-bsg added enhancement New feature or request labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant