- 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
This commit is contained in:
2010-04-09 10:36:01 +00:00
parent 073acdd2ff
commit 64ebb3af9e
+4 -4
View File
@@ -32,7 +32,7 @@ END tb_emac_top_jb;
ARCHITECTURE behavior OF tb_emac_top_jb IS ARCHITECTURE behavior OF tb_emac_top_jb IS
constant CLK_PERIOD : time := 10 ns; 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 CLK : std_logic := '1';
signal RST : std_logic := '1'; signal RST : std_logic := '1';
@@ -504,9 +504,9 @@ STIMULUS: process
wait for 6*MII_CLK_PERIOD; wait for 6*MII_CLK_PERIOD;
RST <= '0'; RST <= '0';
wait for 60*CLK_PERIOD; wait for 60*CLK_PERIOD;
emac_rx_reset_1000mbps; emac_rx_reset_100mbps;
emac_tx_reset_1000mbps; emac_tx_reset_100mbps;
pktgen_gigabit <= '1'; pktgen_gigabit <= '0';
pktgen_fcs_en <= '1'; pktgen_fcs_en <= '1';
wait for 60*CLK_PERIOD; wait for 60*CLK_PERIOD;