CPSC 3300 - Fall 2013 - Project 3 Assignment Due date: Monday, December 2, by midnight Grading standard: FIFO replacement 40% True LRU replacement +50% Table-driven true LRU replacement +25% Submission: use https://handin.cs.clemson.edu/ This is to be an individual programming assignment. Your assignment is to modify the cache simulator /web/home/mark/public_html/330/sa4_4kb_pl.c to use (1) FIFO replacement in each set (worth 40 points) (2) True LRU replacement in each set (worth an additional 50 points) If you derive by yourself and implement the true LRU program using lookup tables (64-entry bank table to identify bank to replace, and 256-entry next-state table), that will be worth an additional 25 points. Turn in both programs using the new handin web site (see URL above).