exec impl.
[calu.git] / cpu / src / alu.vhd
index b94421acee0b5df956606d73b5914eca019cb654..8928ece1cc6a76f220f83bc4b028632cb8de1db5 100755 (executable)
@@ -13,7 +13,7 @@ entity alu is
                        clk : in std_logic;\r
                        reset : in std_logic;\r
        --operation inputs\r
-                       condition       :       condition_t;\r
+                       condition : 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