From 2369919996eef0464538381fb4df47d3f299cf97 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 16 Mar 2010 20:59:36 +0000 Subject: [PATCH] - added f_sysclk generic 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@795 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/emac_jb.vhd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/emac/emac_jb.vhd b/lib/emac/emac_jb.vhd index b689075..5477c33 100644 --- a/lib/emac/emac_jb.vhd +++ b/lib/emac/emac_jb.vhd @@ -4,6 +4,10 @@ USE IEEE.NUMERIC_STD.ALL; use std.textio.all; -- Imports the standard textio package. ENTITY emac_jb IS + Generic + ( + f_sysclk : real := 100.0 + ); Port ( CLK_I : in STD_LOGIC;