aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview.h')
-rw-r--r--qtmips_gui/coreview.h2
1 files changed, 2 insertions, 0 deletions
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<coreview::Connection*> 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
};