|
SURF
|
Processes | |
| PROCESS_28 | ( fifoEmpty , fifoFull , rdCount , wrCount ) |
Constants | |
| FWFT_EN_C | string := ite ( FWFT_EN_G , " ON " , " OFF " ) |
Signals | |
| reset | sl |
| sRdEn | sl |
| sValid | sl |
| dataOut | slv ( DATA_WIDTH_G- 1 downto 0 ) |
| fifoFull | sl |
| fifoEmpty | sl |
| wrCount | slv ( ADDR_WIDTH_G- 1 downto 0 ) |
| rdCount | slv ( ADDR_WIDTH_G- 1 downto 0 ) |
Instantiations | |
| u_dcfifo | dcfifo |
| u_scfifo | scfifo |
| u_pipeline | FifoOutputPipeline <Entity FifoOutputPipeline> |