From 64ebb3af9e6019b15779aff742ed0ed5bca80910 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 9 Apr 2010 10:36:01 +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@899 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/src/tb_emac_top_jb.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/emac/src/tb_emac_top_jb.vhd b/lib/emac/src/tb_emac_top_jb.vhd index 0890d2c..dddf042 100644 --- a/lib/emac/src/tb_emac_top_jb.vhd +++ b/lib/emac/src/tb_emac_top_jb.vhd @@ -32,7 +32,7 @@ END tb_emac_top_jb; ARCHITECTURE behavior OF tb_emac_top_jb IS constant CLK_PERIOD : time := 10 ns; - constant MII_CLK_PERIOD : time := 7.7 ns; + constant MII_CLK_PERIOD : time := 37.7 ns; signal CLK : std_logic := '1'; signal RST : std_logic := '1'; @@ -504,9 +504,9 @@ STIMULUS: process wait for 6*MII_CLK_PERIOD; RST <= '0'; wait for 60*CLK_PERIOD; - emac_rx_reset_1000mbps; - emac_tx_reset_1000mbps; - pktgen_gigabit <= '1'; + emac_rx_reset_100mbps; + emac_tx_reset_100mbps; + pktgen_gigabit <= '0'; pktgen_fcs_en <= '1'; wait for 60*CLK_PERIOD;