aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-04-01 15:25:52 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-04-01 15:25:52 +0200
commit1afbebb7748f44f05ae76539a4d2f382a371ff00 (patch)
treebbaf3a78a3f89f2e2b98929af2fe5ca2d5749e51 /qtmips_gui/coreview.h
parent1475013c743058a5b111d75b8e9115a996ead907 (diff)
downloadqtmips-1afbebb7748f44f05ae76539a4d2f382a371ff00.tar.gz
qtmips-1afbebb7748f44f05ae76539a4d2f382a371ff00.tar.bz2
qtmips-1afbebb7748f44f05ae76539a4d2f382a371ff00.zip
Coreview multiplexers updated and added for branch compare forward.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/coreview.h')
-rw-r--r--qtmips_gui/coreview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_gui/coreview.h b/qtmips_gui/coreview.h
index 93c0032..e788d26 100644
--- a/qtmips_gui/coreview.h
+++ b/qtmips_gui/coreview.h
@@ -43,6 +43,7 @@
#include "coreview/connection.h"
#include "coreview/programcounter.h"
#include "coreview/multiplexer.h"
+#include "coreview/minimux.h"
#include "coreview/latch.h"
#include "coreview/alu.h"
#include "coreview/adder.h"
@@ -114,6 +115,8 @@ protected:
coreview::Multiplexer *mux_alu_reg_b;
coreview::Junction *j_alu_out;
coreview::MultiText *multi_stall;
+ coreview::MiniMux *mux_branch_reg_a;
+ coreview::MiniMux *mux_branch_reg_b;
} hu;
coreview::Connection *new_connection(const coreview::Connector*, const coreview::Connector*);