[Libre-soc-dev] microwatt / libresoc dcache
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Sat May 8 15:30:08 BST 2021
https://github.com/antonblanchard/microwatt/blob/4a8ab3331c93124bac92776cb2112a506a272592/dcache.vhdl#L23
-- L1 DTLB entries per set
TLB_SET_SIZE : positive := 64;
oof, that's a hell of a lot, paul :) that's a 64-entry CAM, what...
48 bits of address-compares? 48x XOR gates (10 gates per XOR), times
64, that's 31,000 gates! woo!
l.
More information about the Libre-soc-dev
mailing list