Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include simple serial port terminal and prepare empty peripheral dock. | Pavel Pisa | 2019-02-13 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | At least partial solution to depict forward paths to compare units/branches. | Pavel Pisa | 2019-02-12 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Add signals and multiplexers for ALU inputs forwarding. | Pavel Pisa | 2019-02-12 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Add license to the source files. | Pavel Pisa | 2019-02-04 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Add few additional labels | Karel Kočí | 2018-05-24 |
| | |||
* | Add buses statis views | Karel Kočí | 2018-05-24 |
| | |||
* | Drop unneeded parameter from CoreViewScene constructor | Karel Kočí | 2018-04-17 |
| | |||
* | Rename CoreView to GraphicsView | Karel Kočí | 2018-04-15 |
| | | | | | This generalizes CoreView to be used with other parts of the project too. | ||
* | Add cache dock | Karel Kočí | 2018-04-15 |
| | |||
* | Add control signals for non-pipelined cpu | Karel Kočí | 2018-03-22 |
| | |||
* | Jump to pc address when program counter is double clicked | Karel Kočí | 2018-01-25 |
| | |||
* | Add instruction view to single core | Karel Kočí | 2018-01-21 |
| | |||
* | Implement even more parts of the schema | Karel Kočí | 2018-01-21 |
| | |||
* | Implement little bit more of scheme and fix connection angle | Karel Kočí | 2018-01-21 |
| | | | | | | | | | | This commit adds few more bits to scheme but mainly it chnages how connectors specify angles. Originally it was in radians but we was mapping that trough mathematical operations directly to sizes. But that was problematic because of floating point inacuracy and we sometimes founded intersection where there should be one. So this commit gets rid of this at all and instead allows just some fixes axes to be used instead of arbitrary angles. | ||
* | More work on coreview | Karel Kočí | 2018-01-18 |
| | |||
* | Add logicblock and Control Unit to scheme | Karel Kočí | 2018-01-17 |
| | |||
* | Add instruction views to core view | Karel Kočí | 2018-01-15 |
| | | | | Positioning and probably even graphics are just temporally for now. | ||
* | Clean and simplify how we add items to coreview | Karel Kočí | 2018-01-09 |
| | |||
* | Add coreview progress | Karel Kočí | 2018-01-08 |
| | |||
* | Fix how we handle scale of GraphicView | Karel Kočí | 2018-01-05 |
| | | | | That widget is seriously buggy.. grr | ||
* | A lot of small changes in gui | Karel Kočí | 2017-12-21 |
| | | | | | | Added machine status. Widgets now hold size and registers dock has now scrollbars. And more... | ||
* | Implement alu for coreview | Karel Kočí | 2017-12-17 |
| | |||
* | Put qtmips_machine to machine namespace | Karel Kočí | 2017-12-17 |
| | |||
* | Implement few initial graphic elements | Karel Kočí | 2017-12-15 |
| | |||
* | Another huge pile of work for about two months | Karel Kočí | 2017-11-19 |
| | | | | | | Well I should commit every change instead of this madness. I am not documenting changes as all this is just improvements and implementation progression. | ||
* | Just something I had stagged | Karel Kočí | 2017-11-19 |