Target ML401: Almost working (untested)
[yari.git] / rtl / target / ML401 / config.h
bloba1e722855e9755e7ec160816fd3a79db054667e1
1 // Don't edit this! Edit config.sh
2 // This configuration file was autogenerated by config.sh on Sat May 24 19:41:20 PDT 2008
4 // Cachable range
5 parameter CACHEABLE_BITS=32;
7 // Instruction cache (4-way associtative tag-sequential 8 KiB)
8 parameter IC_SET_INDEX_BITS=2; // Caches has four sets
9 parameter IC_LINE_INDEX_BITS=7; // Each set has 128 lines
10 parameter IC_WORD_INDEX_BITS=2; // Each line has 4 32-bit words (128 bits)
12 // Data cache (4-way associtative tag-sequential 16 KiB)
13 parameter DC_SET_INDEX_BITS=2; // Caches has four sets
14 parameter DC_LINE_INDEX_BITS=8; // Each set has 256 lines
15 parameter DC_WORD_INDEX_BITS=2; // Each line has 4 32-bit words (128 bits)