aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-12 23:18:27 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-12 23:18:27 +0100
commite8136120d2229ee06354a9efe942ba7edc3cfbdc (patch)
treea978a06b92e21b701a6ceb1a294dd4d205f09337 /qtmips_gui/coreview
parentb67d168951e289a7a4ecd9ef50f9c84e9767ecda (diff)
downloadqtmips-e8136120d2229ee06354a9efe942ba7edc3cfbdc.tar.gz
qtmips-e8136120d2229ee06354a9efe942ba7edc3cfbdc.tar.bz2
qtmips-e8136120d2229ee06354a9efe942ba7edc3cfbdc.zip
Add signals and multiplexers for ALU inputs forwarding.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/coreview')
-rw-r--r--qtmips_gui/coreview/alu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_gui/coreview/alu.cpp b/qtmips_gui/coreview/alu.cpp
index a8cdb36..5327f4e 100644
--- a/qtmips_gui/coreview/alu.cpp
+++ b/qtmips_gui/coreview/alu.cpp
@@ -37,8 +37,8 @@
#include <cmath>
//////////////////////
-#define WIDTH 40
-#define HEIGHT 120
+#define WIDTH 25
+#define HEIGHT 90
#define DENT 10
#define PENW 1
//////////////////////