SURF  1.0
Pgp2bTxSched Architecture Reference

Processes

PROCESS_137  ( pgpTxClk )
PROCESS_138  ( curState , arbValid , arbVc , currVc , schTxAck , vcInFrame , currValid , vcTimeout )
PROCESS_139  ( currVc , gateTxValid )
PROCESS_140  ( pgpTxClk )
PROCESS_141  ( pgpTxClk )

Constants

ST_RST_C  slv ( 2 downto 0 ) := " 001 "
ST_ARB_C  slv ( 2 downto 0 ) := " 010 "
ST_CELL_C  slv ( 2 downto 0 ) := " 011 "
ST_GAP_A_C  slv ( 2 downto 0 ) := " 100 "
ST_GAP_B_C  slv ( 2 downto 0 ) := " 101 "
ST_GAP_C_C  slv ( 2 downto 0 ) := " 110 "

Signals

currValid  sl
currVc  slv ( 1 downto 0 )
nextVc  slv ( 1 downto 0 )
arbVc  slv ( 1 downto 0 )
arbValid  sl
vcInFrame  slv ( 3 downto 0 )
intTxReq  sl
intTxIdle  sl
nxtTxReq  sl
nxtTxIdle  sl
nxtTxTimeout  sl
intTxTimeout  sl
vcTimerA  slv ( 23 downto 0 )
vcTimerB  slv ( 23 downto 0 )
vcTimerC  slv ( 23 downto 0 )
vcTimerD  slv ( 23 downto 0 )
vcTimeout  slv ( 3 downto 0 )
gateTxValid  slv ( 3 downto 0 )
curState  slv ( 2 downto 0 )
nxtState  slv ( 2 downto 0 )

Detailed Description

Definition at line 73 of file Pgp2bTxSched.vhd.

Member Function Documentation

◆ PROCESS_137()

PROCESS_137 (   pgpTxClk  
)
Process

Definition at line 115 of file Pgp2bTxSched.vhd.

◆ PROCESS_138()

PROCESS_138 (   curState ,
  arbValid ,
  arbVc ,
  currVc ,
  schTxAck ,
  vcInFrame ,
  currValid ,
  vcTimeout  
)
Process

Definition at line 144 of file Pgp2bTxSched.vhd.

◆ PROCESS_139()

PROCESS_139 (   currVc ,
  gateTxValid  
)
Process

Definition at line 266 of file Pgp2bTxSched.vhd.

◆ PROCESS_140()

PROCESS_140 (   pgpTxClk  
)
Process

Definition at line 300 of file Pgp2bTxSched.vhd.

◆ PROCESS_141()

PROCESS_141 (   pgpTxClk  
)
Process

Definition at line 326 of file Pgp2bTxSched.vhd.

Member Data Documentation

◆ currValid

currValid sl
Signal

Definition at line 76 of file Pgp2bTxSched.vhd.

◆ currVc

currVc slv ( 1 downto 0 )
Signal

Definition at line 77 of file Pgp2bTxSched.vhd.

◆ nextVc

nextVc slv ( 1 downto 0 )
Signal

Definition at line 78 of file Pgp2bTxSched.vhd.

◆ arbVc

arbVc slv ( 1 downto 0 )
Signal

Definition at line 79 of file Pgp2bTxSched.vhd.

◆ arbValid

arbValid sl
Signal

Definition at line 80 of file Pgp2bTxSched.vhd.

◆ vcInFrame

vcInFrame slv ( 3 downto 0 )
Signal

Definition at line 81 of file Pgp2bTxSched.vhd.

◆ intTxReq

intTxReq sl
Signal

Definition at line 82 of file Pgp2bTxSched.vhd.

◆ intTxIdle

intTxIdle sl
Signal

Definition at line 83 of file Pgp2bTxSched.vhd.

◆ nxtTxReq

nxtTxReq sl
Signal

Definition at line 84 of file Pgp2bTxSched.vhd.

◆ nxtTxIdle

nxtTxIdle sl
Signal

Definition at line 85 of file Pgp2bTxSched.vhd.

◆ nxtTxTimeout

nxtTxTimeout sl
Signal

Definition at line 86 of file Pgp2bTxSched.vhd.

◆ intTxTimeout

intTxTimeout sl
Signal

Definition at line 87 of file Pgp2bTxSched.vhd.

◆ vcTimerA

vcTimerA slv ( 23 downto 0 )
Signal

Definition at line 88 of file Pgp2bTxSched.vhd.

◆ vcTimerB

vcTimerB slv ( 23 downto 0 )
Signal

Definition at line 89 of file Pgp2bTxSched.vhd.

◆ vcTimerC

vcTimerC slv ( 23 downto 0 )
Signal

Definition at line 90 of file Pgp2bTxSched.vhd.

◆ vcTimerD

vcTimerD slv ( 23 downto 0 )
Signal

Definition at line 91 of file Pgp2bTxSched.vhd.

◆ vcTimeout

vcTimeout slv ( 3 downto 0 )
Signal

Definition at line 92 of file Pgp2bTxSched.vhd.

◆ gateTxValid

gateTxValid slv ( 3 downto 0 )
Signal

Definition at line 93 of file Pgp2bTxSched.vhd.

◆ ST_RST_C

ST_RST_C slv ( 2 downto 0 ) := " 001 "
Constant

Definition at line 96 of file Pgp2bTxSched.vhd.

◆ ST_ARB_C

ST_ARB_C slv ( 2 downto 0 ) := " 010 "
Constant

Definition at line 97 of file Pgp2bTxSched.vhd.

◆ ST_CELL_C

ST_CELL_C slv ( 2 downto 0 ) := " 011 "
Constant

Definition at line 98 of file Pgp2bTxSched.vhd.

◆ ST_GAP_A_C

ST_GAP_A_C slv ( 2 downto 0 ) := " 100 "
Constant

Definition at line 99 of file Pgp2bTxSched.vhd.

◆ ST_GAP_B_C

ST_GAP_B_C slv ( 2 downto 0 ) := " 101 "
Constant

Definition at line 100 of file Pgp2bTxSched.vhd.

◆ ST_GAP_C_C

ST_GAP_C_C slv ( 2 downto 0 ) := " 110 "
Constant

Definition at line 101 of file Pgp2bTxSched.vhd.

◆ curState

curState slv ( 2 downto 0 )
Signal

Definition at line 102 of file Pgp2bTxSched.vhd.

◆ nxtState

nxtState slv ( 2 downto 0 )
Signal

Definition at line 103 of file Pgp2bTxSched.vhd.


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