aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui
Commit message (Expand)AuthorAge
* Change RGB LEDs signals and slots to unsigned value.Pavel Pisa2019-02-16
* Enable copy from memory and program views.Pavel Pisa2019-02-15
* The conversion of address has to use toULong to allow access to the second pa...Pavel Pisa2019-02-14
* Position hit and miss counters to left to fit in the diagram box a little lon...Pavel Pisa2019-02-14
* Implemented graphic representation and update of line and RGB LEDs.Pavel Pisa2019-02-14
* Implement write syscall and signal written characters to terminal.Pavel Pisa2019-02-14
* Initial attempt to as operating system syscall handler.Pavel Pisa2019-02-13
* Use trick to force knobs to resend signals when machine is newly connected.Pavel Pisa2019-02-13
* Implemented three dials equivalent to MZ_APO RGB dials.Pavel Pisa2019-02-13
* Include simple serial port terminal and prepare empty peripheral dock.Pavel Pisa2019-02-13
* Add simple about dialog and prepare menu entries for serial port and peripher...Pavel Pisa2019-02-13
* Add speed option to run core for time chunks without visualization.Pavel Pisa2019-02-13
* At least partial solution to depict forward paths to compare units/branches.Pavel Pisa2019-02-12
* Add signals and multiplexers for ALU inputs forwarding.Pavel Pisa2019-02-12
* Add ELF library even to the final executables linking to allow build with sta...Pavel Pisa2019-02-12
* Make memory and program listing editable.Pavel Pisa2019-02-12
* Add debug access to rword and friends to allow read data through cache withou...Pavel Pisa2019-02-12
* Display red background for instruction causing exception and skip HW breakpoi...Pavel Pisa2019-02-11
* Basic "hardware" breakpoints support implemented.Pavel Pisa2019-02-11
* Extend program view to support selected stage followup.Pavel Pisa2019-02-11
* Converted program listing to be QTableView based.Pavel Pisa2019-02-11
* QTableView based memory view is working.Pavel Pisa2019-02-11
* Implemented workaround QTableView limits workaround which mostly works.Pavel Pisa2019-02-10
* Memory QTableView working for part of the memory range.Pavel Pisa2019-02-10
* Next steps to implement QTableView based memory view.Pavel Pisa2019-02-10
* Correct MemoryDock header fields values.Fanda Vacek2019-02-09
* Initial cleanup of MemoryDock as preparation for switch to QTableView.Pavel Pisa2019-02-09
* Correct build for LLVM.Fanda Vacek2019-02-09
* View register numbers in decimal notation.Pavel Pisa2019-02-07
* Implemented simple indication of presence of memory location in the cache.Pavel Pisa2019-02-07
* Correct display of jump and branch instructions.Pavel Pisa2019-02-07
* Add address to emitted instruction to allow its use for branch address decoding.Pavel Pisa2019-02-07
* Implemented basic infrastructure to handle exceptions.Pavel Pisa2019-02-07
* Resolve some memory leaks found by Valgrind.Pavel Pisa2019-02-06
* Add license to the source files.Pavel Pisa2019-02-04
* Correct memory view updates for uncached and write-through case.Pavel Pisa2019-02-03
* Implement BREAK instruction to stop continuous execution.Pavel Pisa2019-02-03
* Implement realistic hazard resolution for JR, JALR, BEQ, BNE, BLTZ, BGEZ inst...Pavel Pisa2019-02-02
* Initial support for JAL.Pavel Pisa2019-01-31
* Display rs, rt, rd and write register number in all stages.Pavel Pisa2019-01-31
* Display execution stage forward signals in the view.Pavel Pisa2019-01-30
* Specify rpath during linking to find qtmips_machine library without install.Pavel Pisa2019-01-30
* Hide some values that shouldn't been visible in no pipelined versionKarel Kočí2018-06-20
* Fix value position for non-pipelined coreKarel Kočí2018-05-24
* Add few more labelsKarel Kočí2018-05-24
* Add few additional labelsKarel Kočí2018-05-24
* Add buses statis viewsKarel Kočí2018-05-24
* Add cache view rendererKarel Kočí2018-05-23
* Ignore hazard unit for nowKarel Kočí2018-05-23
* Add cache statisticsKarel Kočí2018-05-23