Ruoming Pang
December 5, 2000
What I have done so far:
- Designed phase 1 (low level functional) interface of cache
module (with Johnson)
- Implemented the functional interface of cache module:
SIM_cache_func.h,c (with Johnson)
- Implemented some middle level cache functions (cache
read/write without timing) to allow phase 1 test:
SIM_cache_ctrl.h,c (Johnson also did that independently. My
version is currently used. :))
- Designed phase 2 interface of cache module