1from cache import Cache
2
3PRESETS = {
4    'fu740.u74': {
5        'l1i': Cache('l1i,u74', 15, 6, 64, 4, None),
6        'l1d': Cache('l1d,u74', 15, 6, 64, 8, None),
7        'flush_opcodes': {
8            0xfc100073: 'i',
9            0xfc000073: 'd',
10        }
11    },
12    'fe310.e31': {
13        'l1i': Cache('l1i,e31', 14, 5, 32, 2, None),
14    },
15}
16