- minor changes
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@855 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -415,11 +415,11 @@ STIMULUS: process
|
||||
emac_alloc (1004);
|
||||
|
||||
for i in 1 to 10 loop
|
||||
for j in 1 to 500 loop
|
||||
for j in 1 to 100 loop
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
end loop;
|
||||
wait for 2 ms;
|
||||
wait for 1 ms;
|
||||
end loop;
|
||||
|
||||
wait until rising_edge(mii_tx_clk) and mii_tx_en = '0';
|
||||
@@ -427,11 +427,11 @@ STIMULUS: process
|
||||
|
||||
loop_back_en <= '1';
|
||||
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
emac_alloc (74);
|
||||
emac_write (74);
|
||||
|
||||
emac_alloc (104);
|
||||
emac_write (104);
|
||||
emac_alloc (105);
|
||||
emac_write (105);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
@@ -439,14 +439,14 @@ STIMULUS: process
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (104);
|
||||
emac_write (104);
|
||||
emac_alloc (103);
|
||||
emac_write (103);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
emac_alloc (71);
|
||||
emac_write (71);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
@@ -454,8 +454,8 @@ STIMULUS: process
|
||||
emac_alloc (82);
|
||||
emac_write (82);
|
||||
|
||||
emac_alloc (82);
|
||||
emac_write (82);
|
||||
emac_alloc (86);
|
||||
emac_write (86);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
@@ -463,44 +463,44 @@ STIMULUS: process
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (77);
|
||||
emac_write (77);
|
||||
|
||||
emac_alloc (99);
|
||||
emac_write (99);
|
||||
|
||||
emac_alloc (65);
|
||||
emac_write (65);
|
||||
|
||||
emac_alloc (321);
|
||||
emac_write (321);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (1111);
|
||||
emac_write (1111);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (73);
|
||||
emac_write (73);
|
||||
|
||||
emac_alloc (107);
|
||||
emac_write (107);
|
||||
|
||||
emac_alloc (83);
|
||||
emac_write (83);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
|
||||
emac_alloc (104);
|
||||
emac_write (104);
|
||||
|
||||
emac_alloc (82);
|
||||
emac_write (82);
|
||||
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (104);
|
||||
emac_write (104);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
|
||||
emac_alloc (104);
|
||||
emac_write (104);
|
||||
|
||||
emac_alloc (82);
|
||||
emac_write (82);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
|
||||
emac_alloc (72);
|
||||
emac_write (72);
|
||||
|
||||
emac_alloc (104);
|
||||
emac_write (104);
|
||||
emac_alloc (1003);
|
||||
emac_write (1003);
|
||||
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
@@ -529,7 +529,7 @@ STIMULUS: process
|
||||
pktgen_rst <= '0';
|
||||
pkt_count <= 0;
|
||||
for i in 1 to 500 loop
|
||||
wait for 7 us;
|
||||
wait for 10 us;
|
||||
emac_read (0);
|
||||
emac_free;
|
||||
pkt_count <= pkt_count + 1;
|
||||
|
||||
Reference in New Issue
Block a user