[BB-FIFO]

- now working

git-svn-id: http://moon:8086/svn/vhdl/trunk@1347 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2016-12-19 18:26:15 +00:00
parent 58dcfb0ea1
commit f1c3a17fa8
3 changed files with 53 additions and 73 deletions
+5 -1
View File
@@ -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;