Architecture >> AxiLiteFifoPushPop::structure
|
comb | ( axiClkRst , axiReadMaster , axiWriteMaster , iloopFifoDout , iloopFifoValid , ipopFifoDout , ipopFifoValid , ipushFifoAFull , ipushFifoFull , r ) |
seq | ( axiClk , axiClkRst ) |
comb | ( axiClkRst , axiReadMaster , axiWriteMaster , iloopFifoDout , iloopFifoValid , ipopFifoDout , ipopFifoValid , ipushFifoAFull , ipushFifoFull , r ) |
seq | ( axiClk , axiClkRst ) |
|
POP_SIZE_C | integer := bitSize ( POP_FIFO_COUNT_G- 1 ) |
POP_COUNT_C | integer := 2 ** POP_SIZE_C |
PUSH_SIZE_C | integer := bitSize ( PUSH_FIFO_COUNT_G- 1 ) |
PUSH_COUNT_C | integer := 2 ** PUSH_SIZE_C |
LOOP_SIZE_C | integer := bitSize ( LOOP_FIFO_COUNT_G- 1 ) |
LOOP_COUNT_C | integer := 2 ** LOOP_SIZE_C |
REG_INIT_C | RegType := ( loopFifoDin = > ( others = > ' 0 ' ) , loopFifoWrite = > ( others = > ' 0 ' ) , loopFifoRead = > ( others = > ' 0 ' ) , popFifoRead = > ( others = > ' 0 ' ) , pushFifoWrite = > ( others = > ' 0 ' ) , pushFifoDin = > ( others = > ' 0 ' ) , axiReadSlave = > AXI_LITE_READ_SLAVE_INIT_C , axiWriteSlave = > AXI_LITE_WRITE_SLAVE_INIT_C ) |
The documentation for this design unit was generated from the following files:
- axi/axi-lite/rtl/AxiLiteFifoPushPop.vhd
- build/SRC_VHDL/surf/AxiLiteFifoPushPop.vhd