We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The DRAM striping logic used to be contained in this hash_function module:
bsg_manycore/v/bsg_manycore_eva_to_npa.v
Line 81 in 909dbbf
Now it's directly embedded in the EVA to NPA mapping:
Line 87 in 0f657f2
The BlackParrot to MC bridge uses this hash function to map its own DRAM to the correct V$ banks. https://github.com/bespoke-silicon-group/hb_bigblade/blob/master/bigblade_bp_unicore/v/bp_cce_to_mc_bridge.sv#L220 However, it doesn't use the rest of the EVA-NAP map.
Can we put this logic back in a dram_hash_function module? BlackParrot will not be the only accelerator which faces this issue
The text was updated successfully, but these errors were encountered:
@tommydcjung do you want to do the refactor or have dan do a pull request?
Sorry, something went wrong.
I can do the refactor.
taylor-bsg
tommydcjung
No branches or pull requests
The DRAM striping logic used to be contained in this hash_function module:
bsg_manycore/v/bsg_manycore_eva_to_npa.v
Line 81 in 909dbbf
Now it's directly embedded in the EVA to NPA mapping:
bsg_manycore/v/bsg_manycore_eva_to_npa.v
Line 87 in 0f657f2
The BlackParrot to MC bridge uses this hash function to map its own DRAM to the correct V$ banks. https://github.com/bespoke-silicon-group/hb_bigblade/blob/master/bigblade_bp_unicore/v/bp_cce_to_mc_bridge.sv#L220 However, it doesn't use the rest of the EVA-NAP map.
Can we put this logic back in a dram_hash_function module? BlackParrot will not be the only accelerator which faces this issue
The text was updated successfully, but these errors were encountered: