entity core_odinldc is
generic(NUMBEROFRX: integer := 2; -- 1: single g-link receiver -- 2: double g-link receiver DIV0 : integer := 1; -- 0: single or double version at 64 MHz -- 1: double version at 40 MHz INVERTLCLK: boolean := TRUE -- TRUE: LCLK output is inverted one of -- the one used for the output registers. ); port ( -- S-LINK signals (46) LD : out std_logic_vector(31 downto 0); LCTRL_N : out std_logic; LWEN_N : out std_logic; LCLK : out std_logic; ... -- S-LINK LEDs ( 4) ... -- Transmitter G-LINK (HDMP-1032) -- return lines and flow control (22) TXA_DATA : out std_logic; TXA_CNTL : out std_logic; TXA_D : out std_logic_vector(15 downto 0); ... -- Receiver G-LINK (HDMP-1034) -- used for data reception (24 or 45) RX_DATA : in std_logic_vector(NUMBEROFRX downto 1); RX_CNTL : in std_logic_vector(NUMBEROFRX downto 1); RX_D : in std_logic_vector((NUMBEROFRX*16)-1 downto 0); ... ); end core_odinldc; |
|
Double LSC | Single LDC | Double LDC | |
---|---|---|---|---|
Altera 10K30A LCELLs |
|
|
|
|
Xilinx xc4028xl CLBs |
|
|
|
|
Xilinx xc4052xla,-09 CLBs |
|
|
|
The ODIN interface is a standard S-LINK implementation, which uses in the full configuration two 3.3 V Hewlett Packard G-LINKs (HDMP-1032/1034) as a physical layer for the forward channel. The same chip is used for the return channel. For the optical transmission small form-factor (SFF) optical transceivers are used. There are two versions of the card: one with a single fibre for the forward channel and one that uses two optical fibres. These can transfer data at 128 MB/s and 160 MB/s respectively.
|
Double channel version | |
---|---|---|
LCLK |
|
|
Maximum data transfer rate |
|
|
Maximum control word transfer rate |
|
|
Sampling rate return lines |
|
|
Other |
|
3 October 2000 | IP Core design for single LDC ready |
27 October 2000 | Same core parametrisable for single and double version LDC, not debugged yet |
20 April 2000 | Single and double LDC tested. Added extra generic for DIV0. Work started on making core for LSC. |
To guarantee a sucessful integration of the core,
ask Erik van der Bij
for a review of your schematic and PCB design
CERN - High
Speed Interconnect - S-LINK
Erik van der Bij
- 16 May 2001