K
krby_xtrm
Guest
what that this syntax mean: S1_S0 is 2-bit std_logic_Vector, s1 and s0
is std_logic...
S1_S0 <= (s1, s0);
this one: hit is boolean
HIT <= (ADI (31 downto 24) = BA);
is std_logic...
S1_S0 <= (s1, s0);
this one: hit is boolean
HIT <= (ADI (31 downto 24) = BA);