Altera_Forum
Honored Contributor
9 years agoWrite a lot of data
I'm considering two options. The first:
case (address) is
when X"00500" => byte0 <= data;
when X"00501" => byte1 <= data;
when X"00502" => byte2 <= data;
-- and so on
end case;...