Skip to content

NCTUCS-Computer-Organization/LAB4

Repository files navigation

LAB4

Cache_size log(cache_size) Cache_bit Block_size offset_bit tag_bit
4k 12 8 16 4 20
4k 12 7 32 5 20
4k 12 6 64 6 20
4k 12 5 128 7 20
4k 12 4 256 8 20
16k 14 10 16 4 18
16k 14 9 32 5 18
16k 14 8 64 6 18
16k 14 7 128 7 18
16k 14 6 256 8 18
64k 16 12 16 4 16
64k 16 11 32 5 16
64k 16 10 64 6 16
64k 16 9 128 7 16
64k 16 8 256 8 16
256k 18 14 16 4 14
256k 18 13 32 5 14
256k 18 12 64 6 14
256k 18 11 128 7 14
256k 18 10 256 8 14
Cache_size Block_size Cache_block way set_size set bit offset bit
4k(2^12) 64(Bytes) 2^6 1 2^6 6 6
4k 64(Bytes) 2^6 2 2^5 5 6
4k 64(Bytes) 2^6 4 2^4 4 6
4k 64(Bytes) 2^6 8 2^3 3 6
64(Bytes) 6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published