diff options
-rw-r--r-- | TODO.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,3 +9,11 @@ * When MemoryView is resized we should ensure that we stay in middle even if we add new column. * Optimize MemoryView (it calls layout size and do_layout a lot) +* Use background color to mark program and data in cache +* Do not use multiple rows for program and memory unless there is more horizontal + space then vertical +* There seems to be some problem with layout recalculation when dock is pulled + out of main window. When it's resized then it's immediately correctly + recalculated. +* Implement tests for forwarding and stall in pipecore (check things like if we + nop is correctly inserted, and if forward correctly works and so on). |