From e8136120d2229ee06354a9efe942ba7edc3cfbdc Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 12 Feb 2019 23:18:27 +0100 Subject: Add signals and multiplexers for ALU inputs forwarding. Signed-off-by: Pavel Pisa --- qtmips_gui/coreview/alu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtmips_gui/coreview') 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 ////////////////////// -#define WIDTH 40 -#define HEIGHT 120 +#define WIDTH 25 +#define HEIGHT 90 #define DENT 10 #define PENW 1 ////////////////////// -- cgit v1.2.3