URL
https://opencores.org/ocsvn/mkjpeg/mkjpeg/trunk
[/] [mkjpeg/] [trunk/] [tb/] [vhdl/] [HostBFM.vhd] - Diff between revs 25 and 28
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 28 |
Line 256... |
Line 256... |
iram_wdata <= (others => 'X');
|
iram_wdata <= (others => 'X');
|
while(fifo_almost_full = '1') loop
|
while(fifo_almost_full = '1') loop
|
wait until rising_edge(clk);
|
wait until rising_edge(clk);
|
end loop;
|
end loop;
|
|
|
--for i in 0 to 20 loop
|
--for i in 0 to 10 loop
|
-- wait until rising_edge(clk);
|
-- wait until rising_edge(clk);
|
--end loop;
|
--end loop;
|
|
|
--iram_addr <= std_logic_vector(to_unsigned(addr_inc,20));
|
|
iram_wren <= '1';
|
iram_wren <= '1';
|
iram_wdata <= std_logic_vector(data_word2(23 downto 0));
|
iram_wdata <= std_logic_vector(data_word2(23 downto 0));
|
wait until rising_edge(clk);
|
wait until rising_edge(clk);
|
|
|
x_cnt := x_cnt + num_comps*IP_W;
|
x_cnt := x_cnt + num_comps*IP_W;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.