cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
466 stars 56 forks source link

Highlight currently executed instruction in internal editor #138

Open trdthg opened 3 months ago

trdthg commented 3 months ago

close #124

when core_step, machine send signal to editor

trdthg commented 2 months ago

Also a button to trigger the highlight manually would be nice.

you mean add a button (for enabling highlighting) at the same time?

jdupak commented 2 months ago

It looks very good. I have just changed some texts. But I have noticed one problem - this does not make that much sense in pipelined settings. Could you hook it up to the focus selection in program view?

trdthg commented 2 months ago

fixed, when machine reload, the connect between machine and editor lost

[machine]X -> editor

now rebuild connect between new machine and mainwindow when machine reload:

machine -> mainwindow -> editor