Forum Discussion
Altera_Forum
Honored Contributor
14 years agoBUS_ADDR_I already is an address bus.
I still dont understand what you are trying to do. Are you trying to wait between loop iterations?
for I in 0 to 15 loop
BUS_ADDR_I <= CONV_STD_LOGIC_VECTOR(16#100#+I*2, 16);
wait until rising_edge(clk) ;
end loop;