From b2edeebe134aec1f9cb1e97a94787c5dfb79ea0f Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Mon, 10 Aug 2020 19:16:07 +0200 Subject: [PATCH] ALU: silence warning --- T80_ALU.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/T80_ALU.vhd b/T80_ALU.vhd index 6ce6cd7..1192e0b 100644 --- a/T80_ALU.vhd +++ b/T80_ALU.vhd @@ -159,7 +159,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, WZ, XY_State) + process (Arith16, ALU_OP, F_In, BusA, BusB, IR, Q_v, Carry_v, HalfCarry_v, OverFlow_v, BitMask, ISet, Z16, Rot_Akku, WZ, XY_State) variable Q_t : std_logic_vector(7 downto 0); variable DAA_Q : unsigned(8 downto 0); begin