Altera_Forum
Honored Contributor
17 years agoVhdl?
Can anyone help with explaining how the statement below works? I'm confused as to why you AND data_out?
Is the statement saying if address = x then read_mux_out <= data_out Statement in question ------------------------- read_mux_out <= A_REP(to_std_logic((((std_logic_vector'("000000000000000000000000000000") & (address)) = std_logic_vector'("00000000000000000000000000000000")))), 13) AND data_out; Thanks for any help Guy