00001 --**************************************************************
00002 --* *
00003 --* The source code for the ATLAS BCM "AAA" FPGA is made *
00004 --* available via the GNU General Public License (GPL) *
00005 --* unless otherwise stated below. *
00006 --* *
00007 --* In case of problems/questions/bug reports etc. please *
00008 --* contact michael.niegl@cern.ch *
00009 --* *
00010 --**************************************************************
00011
00012 --**************************************************************
00013 --* *
00014 --* $Source: /local/reps/bcmfpga/bcm_aaa/bcm_aaa/main/build_parameters.vhd,v $
00015 --* $Revision: 1.22.2.3 $ *
00016 --* $Name: dev $ *
00017 --* $Author: mniegl $ *
00018 --* $Date: 2008/11/03 17:57:47 $ *
00019
00020
00021 --* *
00022 --**************************************************************
00023 -------------------------------------------------------------------------------
00024 -------------------------------------------------------------------------------
00025 -- Parameters for building the BCM AAA Bitfile --
00026 -------------------------------------------------------------------------------
00027 -------------------------------------------------------------------------------
00028
00029 library ieee;
00030
00031 use ieee.std_logic_1164.all;
00032
00033
00034
00035
00036 constant kIgnoreRioCal : := false;
00037
00038 constant kUseDDR : := true;
00039
00040 constant kUseDDR2 : := true;
00041
00042 constant kUseTimeWin : := true;
00043
00044 constant kUseChipscope : := true;
00045 package build_parameters is
00046
00047
00048
00049
00050
00051
00052
00053 -------------------------------------------------------------------------------
00054 -- !!!! DO NOT EDIT ABOVE THIS LINE !!!! --
00055 -------------------------------------------------------------------------------
00056
00057 constant kErr_Msg_En : := false;
00058
00059 constant kArp_Announce : := true;
00060
00061 constant kInclLcd : := false;
00062
00063 constant kSATA_con : := false;
00064
00065 constant kSendHitRate : (7 downto 0) := x"ff";
00066
00067 constant kSendAlgoRate : (7 downto 0) := x"ff";
00068
00069 constant kErr_Cnt : range 0 to 32 := 12;
00070
00071 constant kTime_Cnt : range 0 to 511 := 8;
00072
00073 constant kMask_RioCheck : := '1';
00074
00075 constant kRODconf : := "0";
00076
00077 end build_parameters;