shift: quickfix & SHIFT_WIDTH vergroessert
[calu.git] / cpu / src / alu_pkg.vhd
index 2019e83d2cfe926cabd5295f66323a023ed1eed6..289d35c30a9712b6778a1d15afece0131048d271 100755 (executable)
@@ -33,7 +33,7 @@ package alu_pkg is
                
        end record alu_result_rec;
        
-       constant SHIFT_WIDTH : integer := 4; --log2c(gp_register_t'length);
+       constant SHIFT_WIDTH : integer := 5; --log2c(gp_register_t'length);
        
        constant COND_ZERO : condition_t := "0001";
        constant COND_NZERO : condition_t := "0000";