Package: SaltPkg

Constants

Name Type Value Description
SSI_GMII_CONFIG_C AxiStreamConfigType ( TSTRB_EN_C => false,
TDATA_BYTES_C => 1,
TDEST_BITS_C => 8,
TID_BITS_C => 0,
TKEEP_MODE_C => TKEEP_COMP_C,
TUSER_BITS_C => 2,
TUSER_MODE_C => TUSER_FIRST_LAST_C)
SSI_SALT_CONFIG_C AxiStreamConfigType ( TSTRB_EN_C => false,
TDATA_BYTES_C => 4,
TDEST_BITS_C => 8,
TID_BITS_C => 0,
TKEEP_MODE_C => TKEEP_COMP_C,
TUSER_BITS_C => 2,
TUSER_MODE_C => TUSER_FIRST_LAST_C)
SALT_MAX_WORDS_C natural 500 Limited by 32-bit x 9-bit address TX DATAGRAM_BUFFER FIFO
SALT_MAX_BYTES_C natural (4*SALT_MAX_WORDS_C)
INTER_GAP_SIZE_C natural 12
SOF_C slv(31 downto 0) x"BBBBBBBB" SOF = start of frame
SOC_C slv(31 downto 0) x"CCCCCCCC" SOC = start of continuation
EOC_C slv(31 downto 0) x"DDDDDDDD" EOC = end of continuation
EOF_C slv(31 downto 0) x"EEEEEEEE" EOF = end of frame w/out errors
EOFE_C slv(31 downto 0) x"FFFFFFFF" EOFE = end of frame w/ errors
PREAMBLE_C slv(31 downto 0) x"55555555"
SFD_C slv(31 downto 0) x"D5555555"