blabla
[calu.git] / cpu / src / alu_pkg.vhd
index 16a175cf9470f4f958de5311c5e4dc0af5fca25b..13285d9eb3e461f2463018c83a39a030f6ff986d 100755 (executable)
@@ -42,7 +42,7 @@ package alu_pkg is
                
        end record alu_result_rec;
        
-       constant SHIFT_WIDTH : integer := 1; --log2c(gp_register_t'length);
+       constant SHIFT_WIDTH : integer := 4; --log2c(gp_register_t'length);
        
        constant COND_ZERO : condition_t := "0001";
        constant COND_NZERO : condition_t := "0000";