RRZE-HPC / pycachesim

Python Cache Hierarchy Simulator
GNU Affero General Public License v3.0
88 stars 27 forks source link

Support for non-square associativity #3

Closed cod3monk closed 5 years ago

cod3monk commented 6 years ago

Currently only powers of two are supported as associativity. To support any associativity a more complex mapping function will need to be implemented.

Requested in RRZE-HPC/kerncraft#66