Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
clarify macro names, implement load in CLI, fix many display issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support for read word, write line in all levels of storage, cache load, dirty cache eviction, memory address wrapping
|
|
|
|
|
|
write only has to wait until eviction and does not care about line replacement in cache from memory
|
|
|
|
|
|
|
|
|
|
cache load
|
|
multilevel cache implementation)
|
|
Memory simulator CLI function implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cache store, handle load requests to memory, write allocate policy
-- changes look good
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add get_bit_fields, which parses cache fields from a memory address
|
|
Implement dram load
|
|
|
|
|