PROJECT 2 – CACHES
Check List
Verify that each item on this check list is correct in your output before submitting. If your output does not conform to every requirement listed below, do not submit your project. Go back and rework your project so that all the listed items are provided correctly.
If you submit without all the information detailed on this check list, there may be an automatic 5-point deduction and the TA will send it back to you to rework.
Copyright By PowCoder代写 加微信 powcoder
Please submit your project through Blackboard.
Ensure both the program code AND a copy and paste of the complete output (in a text file) are included in a .zip (only use .zip extension) container. Upload that to Blackboard.
All addresses and data values must be displayed in hex, not decimal. Item 3:
On a Read, you must show three things: 1) the address being read, 2) whether it was a cache hit or miss, and 3) the value you read out of the cache. Even if it was a miss, you must show the value you read out of the cache once you handled the miss.
On a Write, you must show three things: 1) the address being written to, 2) whether it was a cache hit or miss, and 3) the value that was written.
On a Display, you must show the contents of each slot in the cache, including columns for the slot, valid bit, and the tag (and anything else that’s needed), as well as the data itself.
Page 2 of this document are screen shots of the Cache assignment that show the required output. Model your output on this format. These were taken directly from the assignment as provided in Blackboard.
If you have any questions at all, email the professor and the TA with CS472 in the subject line. That’s what we’re here for.
PROJECT 2 CHECKLIST | PAGE 1
Proper Output Formatting
This is taken directly from the assignment. It is included here only as a “checklist” for the formatting.
PROJECT 2 CHECKLIST | PAGE 2
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com