- slightly detuned MII_CLK for more realism

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@848 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-30 10:15:24 +00:00
parent ed9601c6aa
commit 25b57a30fe
+1 -1
View File
@@ -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 := 40 ns;
constant MII_CLK_PERIOD : time := 40.7 ns;
signal CLK : std_logic := '1';
signal RST : std_logic := '1';