diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-02-12 23:18:27 +0100 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-02-12 23:18:27 +0100 |
commit | e8136120d2229ee06354a9efe942ba7edc3cfbdc (patch) | |
tree | a978a06b92e21b701a6ceb1a294dd4d205f09337 /qtmips_gui/coreview | |
parent | b67d168951e289a7a4ecd9ef50f9c84e9767ecda (diff) | |
download | qtmips-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.cpp | 4 |
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 ////////////////////// |