1 / 16

Configuration Information

Configuration Information. Discuss caches with properties … 32-bit addresses 16-byte lines 256-byte capacity Memory references are either Read/Write. Schematic Cache. 0: 1: 2: 3: 4: 5: 6: 7: 8: 9: A: B: C: D: E: F:. Schematic 2-Way Cache. 0: 1: 2: 3: 4: 5: 6: 7:.

wang-jensen
Download Presentation

Configuration Information

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Configuration Information • Discuss caches with properties … • 32-bit addresses • 16-byte lines • 256-byte capacity • Memory references are either Read/Write

  2. Schematic Cache 0: 1: 2: 3: 4: 5: 6: 7: 8: 9: A: B: C: D: E: F:

  3. Schematic 2-Way Cache 0: 1: 2: 3: 4: 5: 6: 7:

  4. Generic Line 0 000000

  5. Traces—Instructions 1 0xAA10 R 0xAA14 R 0xAA18 R 0xAA1C R 0xAA20 R 0xAA24 R 0xAA28 R 0xAA2C R 0xAA30 R 0xAA34 R 0xAA1C R 0xAA20 R 0xAA24 R ...

  6. Traces 2 (Conflicts) 0xAA10 R 0xAA14 R 0xAA18 R 0xAA1C R 0xBC60 R 0xAA20 R 0xAA24 R 0xDD40 R 0xFF90 R 0xAA28 R 0xAA2C R 0xAA30 R 0xCB68 R

  7. Traces 3 (Conflicts) 0xAA34 R 0xAA1C R 0xBC64 R 0xAA20 R 0xAA24 R 0xDD44 R 0xFF90 R 0xAA28 R 0xAA2C R 0xAA30 R 0xCB6C R ...

  8. Traces 4 (Conflicts) 0xAA34 R 0xAA1C R 0xBC68 R 0xAA20 R 0xAA24 R 0xDD48 R 0xFF90 R 0xAA28 R 0xAA2C R 0xAA30 R 0xCB70 R

  9. Traces 5 (Conflicts) 0xAA1C R 0xBC6A R 0xAA20 R 0xAA24 R 0xDD4C R 0xFF94 R 0xAA28 R 0xAA2C R 0xAA30 R 0xCB74 R ...

  10. Traces 6 (Conflicts, Writes) 0xAA10 R 0xAA14 R 0xAA18 R 0xAA1C R 0xBC10 W 0xAA20 R 0xAA24 W 0xDD40 R 0xFF90 R 0xCC28 W 0xAA2C R 0xAA30 R 0xCB18 W ...

  11. Traces 7 (Conflicts, Writes) 0xAA24 R 0xAA1C R 0xBC68 W 0xAA20 R 0xAA24 W 0xDD48 R 0xFF90 R 0xCC28 R 0xAA2C R 0xAA30 R 0xCB70 R ...

  12. Traces 8 (Conflicts, Writes) 0xAA24 R 0xAA1C R 0xBC64 W 0xAA20 R 0xAA24 W 0xDD44 R 0xFF90 R 0xCC28 R 0xAA2C R 0xAA30 R 0xCB6C W ...

  13. Direct Mapped Cache 0: 1: 2: 3: 4: 5: 6: 7: 8: 9: A: B: C: D: E: F:

  14. Direct Mapped Cache WB 0: 1: 2: 3: 4: 5: 6: 7: 8: 9: A: B: C: D: E: F:

  15. 2-Way Set Associative Cache :0: :1: :2: :3: :4: :5: :6: :7:

  16. 2-Way Set Associative Cache WB :0: :1: :2: :3: :4: :5: :6: :7:

More Related