From 51162ac92b29d4c7570c9f6a528a7bc38895feed Mon Sep 17 00:00:00 2001 From: Bruno Gouveia Date: Sun, 3 Mar 2019 22:19:36 +0000 Subject: [PATCH] cleanup warning --- t80/T80_ALU.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t80/T80_ALU.vhd b/t80/T80_ALU.vhd index 811a944..8d5685c 100644 --- a/t80/T80_ALU.vhd +++ b/t80/T80_ALU.vhd @@ -155,7 +155,7 @@ begin end if; end process; - process (Arith16, ALU_OP, F_In, BusA, BusB, IR, Q_v, Carry_v, HalfCarry_v, OverFlow_v, BitMask, ISet, Z16) + process (Arith16, ALU_OP, F_In, BusA, BusB, IR, Q_v, Carry_v, HalfCarry_v, OverFlow_v, BitMask, ISet, Z16, Rot_Akku) variable Q_t : std_logic_vector(7 downto 0); variable DAA_Q : unsigned(8 downto 0); begin