|
REG_INIT_C | RegType := ( firstUnackAddr = > ( others = > ' 0 ' ) , lastSentAddr = > ( others = > ' 0 ' ) , nextSentAddr = > ( others = > ' 0 ' ) , lastAckSeqN = > ( others = > ' 0 ' ) , bufferFull = > ' 0 ' , bufferEmpty = > ' 1 ' , windowArray = > ( 0 to 2 ** WINDOW_ADDR_SIZE_G- 1 = > WINDOW_INIT_C ) , ackErr = > ' 0 ' , ackState = > IDLE_S , txAckState = > ( others = > ' 0 ' ) , rxSegmentAddr = > ( others = > ' 0 ' ) , rxSegmentWe = > ' 0 ' , rxBufferAddr = > ( others = > ' 0 ' ) , sndData = > ' 0 ' , lenErr = > ' 0 ' , appBusy = > ' 0 ' , appDrop = > ' 0 ' , appSsiMaster = > SSI_MASTER_INIT_C , appSsiSlave = > SSI_SLAVE_NOTRDY_C , appState = > IDLE_S , txAppState = > ( others = > ' 0 ' ) , nextSeqN = > ( others = > ' 0 ' ) , seqN = > ( others = > ' 0 ' ) , txHeaderAddr = > ( others = > ' 0 ' ) , txSegmentAddr = > ( others = > ' 0 ' ) , txBufferAddr = > ( others = > ' 0 ' ) , synH = > ' 0 ' , ackH = > ' 0 ' , rstH = > ' 0 ' , nullH = > ' 0 ' , dataH = > ' 0 ' , dataD = > ' 0 ' , resend = > ' 0 ' , ackSndData = > ' 0 ' , txRdy = > ' 0 ' , buffWe = > ' 0 ' , buffSent = > ' 0 ' , chkEn = > ' 0 ' , chkStb = > ' 0 ' , injectFaultD1 = > ' 0 ' , injectFaultReg = > ' 0 ' , tspSsiMaster = > SSI_MASTER_INIT_C , tspSsiSlave = > SSI_SLAVE_NOTRDY_C , tspState = > INIT_S , txTspState = > ( others = > ' 0 ' ) ) |