aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/memory.h
Commit message (Collapse)AuthorAge
* Emit byte_change when byte is written to memoryKarel Kočí2018-01-15
|
* Implement machine restartKarel Kočí2018-01-05
|
* Some pleanups and small fixesKarel Kočí2017-12-21
| | | | | These are just code fixes. Shouldn't change anything but makes code cleaner.
* Use global includes in qtmips_machineKarel Kočí2017-12-17
|
* Put qtmips_machine to machine namespaceKarel Kočí2017-12-17
|
* Add AC_NONE to MemoryAccess::AccessControlKarel Kočí2017-12-12
|
* Add memory type abstract functionKarel Kočí2017-12-12
| | | | | | This functions can be used to write or read 32bit values from memory and memory on its own does signextends for example depending on passed control value.
* Add possibility to compare memory and registers stateKarel Kočí2017-11-21
| | | | | | For core testing we want to compare whole memory and registers. Registers are pretty simple but in case of memory it is some what more complicated and required its own tests to be sure that it works.
* Initial commitKarel Kočí2017-08-30
Adding work done so far.