aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview.cpp
Commit message (Expand)AuthorAge
* Force white background in CoreViewMichal Malý2019-10-08
* Implement stall cycles counter and view of CPU cycles counter.Pavel Pisa2019-04-02
* Coreview multiplexers updated and added for branch compare forward.Pavel Pisa2019-04-01
* Change single cycle core with delay slot to use separate fetch stage.Pavel Pisa2019-03-26
* Change instruction views background to match stages color.Pavel Pisa2019-03-26
* Use irq 3 (HW1) for Rx and irq 2 (HW0) for Tx to be compatible with SPIM.Pavel Pisa2019-03-04
* Implemented interrupt delivery and processing for serial port.Pavel Pisa2019-03-04
* Add some more labels and clarify rs, rt, rd in execute stage.Pavel Pisa2019-02-24
* Adjust label of PC to R31 and add jump to reg.Pavel Pisa2019-02-20
* variable font sizeFanda Vacek2019-02-19
* Report forward and stall for branches and add forward to execution phase.Pavel Pisa2019-02-18
* Visualize request to stall and stall in execution phase and exception sources.Pavel Pisa2019-02-18
* Include simple serial port terminal and prepare empty peripheral dock.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
* View register numbers in decimal notation.Pavel Pisa2019-02-07
* Add address to emitted instruction to allow its use for branch address decoding.Pavel Pisa2019-02-07
* Add license to the source files.Pavel Pisa2019-02-04
* 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
* 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
* Ignore hazard unit for nowKarel Kočí2018-05-23
* Drop unneeded parameter from CoreViewScene constructorKarel Kočí2018-04-17
* Rename CoreView to GraphicsViewKarel Kočí2018-04-15
* Wire up missing control connectionsKarel Kočí2018-04-14
* Add control signals for non-pipelined cpuKarel Kočí2018-03-22
* Jump to pc address when program counter is double clickedKarel Kočí2018-01-25
* Add instruction view to single coreKarel Kočí2018-01-21
* Update instruction viewersKarel Kočí2018-01-21
* Add delay_slot latch for no-pipeline coreKarel Kočí2018-01-21
* Implement even more parts of the schemaKarel Kočí2018-01-21
* Implement little bit more of scheme and fix connection angleKarel Kočí2018-01-21
* More work on coreviewKarel Kočí2018-01-18
* Add logicblock and Control Unit to schemeKarel Kočí2018-01-17
* Add instruction views to core viewKarel Kočí2018-01-15
* Add connection between pc adder and multiplexerKarel Kočí2018-01-09
* Clean and simplify how we add items to coreviewKarel Kočí2018-01-09
* Add coreview progressKarel Kočí2018-01-08
* Add bounding box and make it greyKarel Kočí2018-01-05
* Fix how we handle scale of GraphicViewKarel Kočí2018-01-05
* Remove old scene in more appropriate placeKarel Kočí2018-01-05
* Fix and suppress most of the warningsKarel Kočí2018-01-05
* A lot of small changes in guiKarel Kočí2017-12-21
* Implement alu for coreviewKarel Kočí2017-12-17