aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/cache.cpp
Commit message (Expand)AuthorAge
* Memory change counter moved to MemoryAccess and external changes notification...Pavel Pisa2019-06-30
* Correct write through spelling. Reported by Richard Susta.Pavel Pisa2019-03-25
* Highlight actual word read or written to the cache.Pavel Pisa2019-03-17
* Correct word in block visualization in cache view.Pavel Pisa2019-03-17
* Ensure that cache view and memory status are updated after cache flush.Pavel Pisa2019-02-21
* Add burst time and store timing in the config.Pavel Pisa2019-02-21
* Distinguish between write-through cache with allocate and update only if hit.Pavel Pisa2019-02-20
* Clear LFU statistic for the kicked out cache-line.Pavel Pisa2019-02-18
* Implement LRU as simple priority queue with linear insert sort.Pavel Pisa2019-02-12
* Add debug access to rword and friends to allow read data through cache withou...Pavel Pisa2019-02-12
* Move computation of cache row, column and tag to single inline function.Pavel Pisa2019-02-08
* Correct cache LocationStatus when cache is disabled.Pavel Pisa2019-02-07
* Implemented simple indication of presence of memory location in the cache.Pavel Pisa2019-02-07
* Added method to retrieve memory location status.Pavel Pisa2019-02-07
* Resolve some memory leaks found by Valgrind.Pavel Pisa2019-02-06
* Implement simple address-space ranges registration and example peripheral.Pavel Pisa2019-02-06
* Define uncached region in range from 0xf0000000 to 0xffffffff.Pavel Pisa2019-02-04
* Add license to the source files.Pavel Pisa2019-02-04
* Correct write-back cache behavior.Pavel Pisa2019-02-04
* Correct memory view updates for uncached and write-through case.Pavel Pisa2019-02-03
* Add cache statisticsKarel Kočí2018-05-23
* Initial implementation of cache viewKarel Kočí2018-04-17
* Show cache statistics in Memory block in coreviewKarel Kočí2018-04-15
* Implement sync for memoryKarel Kočí2018-04-08
* Integrate cache with rest of the machine coreKarel Kočí2018-04-08
* Add associative cacheKarel Kočí2018-04-08
* Add initial implementatio of cachesKarel Kočí2018-04-07
* Put qtmips_machine to machine namespaceKarel Kočí2017-12-17
* Initial commitKarel Kočí2017-08-30