From 25b57a30fe326ed9528d5e64cc855e15f1b8d369 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 30 Mar 2010 10:15:24 +0000 Subject: [PATCH] - 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 --- 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 d4ffe91..2dd10a9 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 := 40 ns; + constant MII_CLK_PERIOD : time := 40.7 ns; signal CLK : std_logic := '1'; signal RST : std_logic := '1';