Fixed some bugs.
[calu.git] / cpu / src / alu_pkg.vhd
index 893653594aabf6e751da78fe7413990330c387e9..ead1ac694b63759ebbac2405d92dafb8bb1798cc 100755 (executable)
@@ -28,7 +28,7 @@ package alu_pkg is
                status : status_rec;\r
                --stackpointer : gp_register_t;\r
 \r
-               alu_jmp : std_logic;\r
+               alu_jump : std_logic;\r
                brpr : std_logic;\r
                reg_op : std_logic;\r
                mem_op  : std_logic;\r
@@ -80,7 +80,7 @@ package alu_pkg is
                        clk : in std_logic;\r
                        reset : in std_logic;\r
        --operation inputs\r
-                       condition : in condition_t;\r
+                       cond : in condition_t;\r
                        op_group : in op_info_t;\r
                        left_operand : in gp_register_t;\r
                        right_operand : in gp_register_t;\r