2nd forward unit - 58MHz with 31bit shift...
[calu.git] / cpu / src / alu_pkg.vhd
index 99b4655047b699dc4be8a2afad494800359523d5..13285d9eb3e461f2463018c83a39a030f6ff986d 100755 (executable)
@@ -42,7 +42,7 @@ package alu_pkg is
                
        end record alu_result_rec;
        
-       constant SHIFT_WIDTH : integer := 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";