[BB-FIFO]
- now working git-svn-id: http://moon:8086/svn/vhdl/trunk@1347 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -75,7 +75,7 @@ RE_GEN: process
|
||||
begin
|
||||
wait for 2*CLK_PERIOD;
|
||||
wait until rising_edge(clk) and avail = '1';
|
||||
re <= '0';
|
||||
re <= '1';
|
||||
dout_reg <= dout;
|
||||
wait until rising_edge(clk);
|
||||
re <= '0';
|
||||
@@ -127,6 +127,10 @@ STIMULUS: process
|
||||
we <= '1';
|
||||
din <= din + 1;
|
||||
wait until rising_edge(clk) and ready = '1';
|
||||
we <= '1';
|
||||
din <= din + 1;
|
||||
wait until rising_edge(clk) and ready = '1';
|
||||
we <= '0';
|
||||
|
||||
|
||||
wait;
|
||||
|
||||
Reference in New Issue
Block a user