- fixes due to dpram changes
- testbench has less delay

git-svn-id: http://moon:8086/svn/vhdl/trunk@1115 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-17 18:56:21 +00:00
parent bd3aa8c06e
commit e691b4429b
3 changed files with 8 additions and 17 deletions
+5 -4
View File
@@ -523,16 +523,17 @@ STIMULUS: process
emac_alloc (1004);
emac_alloc (1004);
for i in 1 to 10 loop
for j in 1 to 100 loop
for i in 1 to 1 loop
for j in 1 to 10 loop
emac_alloc (72);
emac_write (72);
end loop;
wait for 1 ms;
end loop;
wait for 60*CLK_PERIOD;
wait until rising_edge(mii_tx_clk) and mii_tx_en = '0';
wait for 6000*CLK_PERIOD;
loop_back_en <= '1';
@@ -632,7 +633,7 @@ STIMULUS: process
emac_read (0);
emac_free;
wait for 6000*CLK_PERIOD;
wait for 60*CLK_PERIOD;
loop_back_en <= '0';
pktgen_en <= '1';