Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPlease explain the following
I have one line in my VHDL test bench file as follows CONV_STD_LOGIC_VECTOR(16#100#+I*2,16) in for Loop integer I. Could anyone please explain how can I plot this in waveform, I know so...
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;