From 78534f29b90fcf7484ed8b64e404a7059a69abea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Jan 2018 14:10:25 +0100 Subject: Add instruction views to core view Positioning and probably even graphics are just temporally for now. --- qtmips_gui/coreview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtmips_gui/coreview.h') diff --git a/qtmips_gui/coreview.h b/qtmips_gui/coreview.h index e214fad..8adf302 100644 --- a/qtmips_gui/coreview.h +++ b/qtmips_gui/coreview.h @@ -52,6 +52,7 @@ private: coreview::Memory *mem; coreview::Registers *regs; coreview::Multiplexer *mem_or_reg; + coreview::InstructionView *instr_fetch; QVector connections; coreview::Connection *new_connection(const coreview::Connector*, const coreview::Connector*); @@ -76,6 +77,7 @@ public: private: coreview::Latch *latch_if_id, *latch_id_ex, *latch_ex_mem, *latch_mem_wb; + coreview::InstructionView *inst_dec, *inst_exec, *inst_mem, *inst_wrb; // TODO forwarding unit }; -- cgit v1.2.3