index
:
qtmips
fix-memory-view
master
simple-memory-view
MIPS CPU emulator for education purposes
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qtmips_machine
/
cache.h
Commit message (
Expand
)
Author
Age
*
Add burst time and store timing in the config.
Pavel Pisa
2019-02-21
*
Distinguish between write-through cache with allocate and update only if hit.
Pavel Pisa
2019-02-20
*
Implement LRU as simple priority queue with linear insert sort.
Pavel Pisa
2019-02-12
*
Add debug access to rword and friends to allow read data through cache withou...
Pavel Pisa
2019-02-12
*
Move computation of cache row, column and tag to single inline function.
Pavel Pisa
2019-02-08
*
Implemented simple indication of presence of memory location in the cache.
Pavel Pisa
2019-02-07
*
Added method to retrieve memory location status.
Pavel Pisa
2019-02-07
*
Resolve some memory leaks found by Valgrind.
Pavel Pisa
2019-02-06
*
Implement simple address-space ranges registration and example peripheral.
Pavel Pisa
2019-02-06
*
Define uncached region in range from 0xf0000000 to 0xffffffff.
Pavel Pisa
2019-02-04
*
Add license to the source files.
Pavel Pisa
2019-02-04
*
Correct memory view updates for uncached and write-through case.
Pavel Pisa
2019-02-03
*
Add cache statistics
Karel Kočí
2018-05-23
*
Initial implementation of cache view
Karel Kočí
2018-04-17
*
Show cache statistics in Memory block in coreview
Karel Kočí
2018-04-15
*
Implement sync for memory
Karel Kočí
2018-04-08
*
Integrate cache with rest of the machine core
Karel Kočí
2018-04-08
*
Add associative cache
Karel Kočí
2018-04-08
*
Add initial implementatio of caches
Karel Kočí
2018-04-07
*
Cleanup some todos in code
Karel Kočí
2018-01-15
*
Use global includes in qtmips_machine
Karel Kočí
2017-12-17
*
Put qtmips_machine to machine namespace
Karel Kočí
2017-12-17
*
Initial commit
Karel Kočí
2017-08-30