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
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.
The text was updated successfully, but these errors were encountered:
basejump_stl/bsg_tag/bsg_tag_master_decentralized.v
Line 251 in 8f36b19
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.
The text was updated successfully, but these errors were encountered: