Fixed some bugs.
[calu.git] / cpu / src / alu.vhd
index 02401dbbd062ea82aaa6604497b02573dcf8e02b..7950c6c4ef8cd713bd8c8a06dfe9b0fe6fc92192 100755 (executable)
@@ -13,7 +13,7 @@ entity alu 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