Its112-Teston Fa2.3
Its112-Teston Fa2.3
Memory Address Format (Direct Mapped): Tag (8 bits) | Cache Index (11 bits) | Block
Offset (5 bits)
Memory Address Format (Fully Associative): Tag (19 bits) | Block Offset (5 bits)
c. 4-Way Set Associative:
- Cache Size: 64K bytes
- Block Size: 32 bytes
- Number of Sets: 2K / 4 = 512 sets
Memory Address Format (4-Way Set Associative): Tag (10 bits) | Cache Index (9 bits) |
Block Offset (5 bits)