cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
ToeCam Entity Reference

Libraries

IEEE 

Use Clauses

STD_LOGIC_1164 
STD_LOGIC_ARITH 
STD_LOGIC_UNSIGNED 

Generics

gKeyLen  integer := 96
gValLen  integer := 14
gSrcLen  integer := 1
gHitLen  integer := 1
gOprLen  integer := 1

Ports

piClk   in   std_logic
piRst_n   in   std_logic
poCamReady   out   std_logic
piTOE_LkpReq_tdata   in   std_logic_vector ( ( gSrcLen + gKeyLen - 1 ) downto 0 )
piTOE_LkpReq_tvalid   in   std_logic
poTOE_LkpReq_tready   out   std_logic
poTOE_LkpRep_tdata   out   std_logic_vector ( gHitLen + gSrcLen + gValLen - 1 downto 0 )
poTOE_LkpRep_tvalid   out   std_logic
piTOE_LkpRep_tready   in   std_logic
piTOE_UpdReq_tdata   in   std_logic_vector ( gOprLen + gSrcLen + gValLen + gKeyLen - 1 downto 0 )
piTOE_UpdReq_tvalid   in   std_logic
poTOE_UpdReq_tready   out   std_logic
poTOE_UpdRep_tdata   out   std_logic_vector ( gOprLen + gSrcLen + gValLen - 1 downto 0 )
poTOE_UpdRep_tvalid   out   std_logic
piTOE_UpdRep_tready   in   std_logic
poLed0   out   std_logic
poLed1   out   std_logic
poDebug   out   std_logic_vector ( 255 downto 0 )

Detailed Description

Definition at line 94 of file nts_TcpIp_ToeCam.vhd.

Member Data Documentation

◆ gHitLen

gHitLen integer := 1
Generic

Definition at line 99 of file nts_TcpIp_ToeCam.vhd.

◆ gKeyLen

gKeyLen integer := 96
Generic

Definition at line 96 of file nts_TcpIp_ToeCam.vhd.

◆ gOprLen

gOprLen integer := 1
Generic

Definition at line 101 of file nts_TcpIp_ToeCam.vhd.

◆ gSrcLen

gSrcLen integer := 1
Generic

Definition at line 98 of file nts_TcpIp_ToeCam.vhd.

◆ gValLen

gValLen integer := 14
Generic

Definition at line 97 of file nts_TcpIp_ToeCam.vhd.

◆ IEEE

IEEE
Library

Definition at line 81 of file nts_TcpIp_ToeCam.vhd.

◆ piClk

piClk in std_logic
Port

Definition at line 104 of file nts_TcpIp_ToeCam.vhd.

◆ piRst_n

piRst_n in std_logic
Port

Definition at line 105 of file nts_TcpIp_ToeCam.vhd.

◆ piTOE_LkpRep_tready

piTOE_LkpRep_tready in std_logic
Port

Definition at line 121 of file nts_TcpIp_ToeCam.vhd.

◆ piTOE_LkpReq_tdata

piTOE_LkpReq_tdata in std_logic_vector ( ( gSrcLen + gKeyLen - 1 ) downto 0 )
Port

Definition at line 112 of file nts_TcpIp_ToeCam.vhd.

◆ piTOE_LkpReq_tvalid

piTOE_LkpReq_tvalid in std_logic
Port

Definition at line 113 of file nts_TcpIp_ToeCam.vhd.

◆ piTOE_UpdRep_tready

piTOE_UpdRep_tready in std_logic
Port

Definition at line 135 of file nts_TcpIp_ToeCam.vhd.

◆ piTOE_UpdReq_tdata

piTOE_UpdReq_tdata in std_logic_vector ( gOprLen + gSrcLen + gValLen + gKeyLen - 1 downto 0 )
Port

Definition at line 126 of file nts_TcpIp_ToeCam.vhd.

◆ piTOE_UpdReq_tvalid

piTOE_UpdReq_tvalid in std_logic
Port

Definition at line 127 of file nts_TcpIp_ToeCam.vhd.

◆ poCamReady

poCamReady out std_logic
Port

Definition at line 107 of file nts_TcpIp_ToeCam.vhd.

◆ poDebug

poDebug out std_logic_vector ( 255 downto 0 )
Port

Definition at line 144 of file nts_TcpIp_ToeCam.vhd.

◆ poLed0

poLed0 out std_logic
Port

Definition at line 140 of file nts_TcpIp_ToeCam.vhd.

◆ poLed1

poLed1 out std_logic
Port

Definition at line 141 of file nts_TcpIp_ToeCam.vhd.

◆ poTOE_LkpRep_tdata

poTOE_LkpRep_tdata out std_logic_vector ( gHitLen + gSrcLen + gValLen - 1 downto 0 )
Port

Definition at line 119 of file nts_TcpIp_ToeCam.vhd.

◆ poTOE_LkpRep_tvalid

poTOE_LkpRep_tvalid out std_logic
Port

Definition at line 120 of file nts_TcpIp_ToeCam.vhd.

◆ poTOE_LkpReq_tready

poTOE_LkpReq_tready out std_logic
Port

Definition at line 114 of file nts_TcpIp_ToeCam.vhd.

◆ poTOE_UpdRep_tdata

poTOE_UpdRep_tdata out std_logic_vector ( gOprLen + gSrcLen + gValLen - 1 downto 0 )
Port

Definition at line 133 of file nts_TcpIp_ToeCam.vhd.

◆ poTOE_UpdRep_tvalid

poTOE_UpdRep_tvalid out std_logic
Port

Definition at line 134 of file nts_TcpIp_ToeCam.vhd.

◆ poTOE_UpdReq_tready

poTOE_UpdReq_tready out std_logic
Port

Definition at line 128 of file nts_TcpIp_ToeCam.vhd.

◆ STD_LOGIC_1164

STD_LOGIC_1164
use clause

Definition at line 82 of file nts_TcpIp_ToeCam.vhd.

◆ STD_LOGIC_ARITH

STD_LOGIC_ARITH
use clause

Definition at line 83 of file nts_TcpIp_ToeCam.vhd.

◆ STD_LOGIC_UNSIGNED

STD_LOGIC_UNSIGNED
use clause

Definition at line 84 of file nts_TcpIp_ToeCam.vhd.


The documentation for this class was generated from the following file: