]> jspc29.x-matter.uni-frankfurt.de Git - ctsaddon.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Thu, 5 Aug 2010 14:38:07 +0000 (14:38 +0000)
committerhadeshyp <hadeshyp>
Thu, 5 Aug 2010 14:38:07 +0000 (14:38 +0000)
cts_fpga2.vhd

index 8f9af71d7d6a2328deb4b60360d4dba6a8af72d4..d0e7c67c41b6b4bfca6406a2fffbccc8d5defb9b 100644 (file)
@@ -9,12 +9,6 @@ use work.trb_net_components.all;
 use work.version.all;
 
 entity cts_fpga2 is
-  generic(
-    NUM_STAT_REGS      : integer range 0 to  6         := 2;
-    NUM_CTRL_REGS      : integer range 0 to  6         := 2;
-    REGIO_INIT_ADDRESS : std_logic_vector(15 downto 0) := x"FF02";
-    REGIO_ENDPOINT_ID  : std_logic_vector(15 downto 0) := x"0002"
-    );
   port(
     --Clocks
     CLK_100_IN          : in  std_logic;