aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/cache.h
Commit message (Expand)AuthorAge
* Use override to make newer versions of C++ compiler happy.Pavel Pisa2019-06-30
* Memory change counter moved to MemoryAccess and external changes notification...Pavel Pisa2019-06-30
* 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
* 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
* 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
* 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 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
* Cleanup some todos in codeKarel Kočí2018-01-15
* Use global includes in qtmips_machineKarel Kočí2017-12-17
* Put qtmips_machine to machine namespaceKarel Kočí2017-12-17
* Initial commitKarel Kočí2017-08-30