From 1f1d858f18713c1901d286e793ac7e65b6a84331 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 7 Apr 2010 18:44:42 +0000 Subject: [PATCH] - 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@873 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/src/tb_emac_top_jb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/emac/src/tb_emac_top_jb.vhd b/lib/emac/src/tb_emac_top_jb.vhd index b22e052..bd661e7 100644 --- a/lib/emac/src/tb_emac_top_jb.vhd +++ b/lib/emac/src/tb_emac_top_jb.vhd @@ -572,7 +572,7 @@ STIMULUS: process pktgen_en <= '1'; pkt_count <= 0; for i in 1 to 500 loop - wait for 60 us; + wait for 50 us; emac_read (0); emac_free; pkt_count <= pkt_count + 1;