SURF
1.0
|
Functions | |
string | GetFifoType ( d_width: in in integer , a_width: in in integer ) |
Processes | |
PROCESS_24 | ( wr_clk ) |
PROCESS_25 | ( wr_clk ) |
PROCESS_26 | ( rd_clk ) |
Constants | |
FIFO_LENGTH_C | integer := ( ( 2 ** ADDR_WIDTH_G ) - 1 ) |
FIFO_SIZE_C | string := GetFifoType ( DATA_WIDTH_G , ADDR_WIDTH_G ) |
Signals | |
wrAddrPntr | slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
rdAddrPntr | slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
wrGrayPntr | slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
rdGrayPntr | slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
wcnt | slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
rcnt | slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
buildInFull | sl := ' 0 ' |
buildInEmpty | sl := ' 0 ' |
progEmpty | sl := ' 0 ' |
progFull | sl := ' 0 ' |
fifoWrRst | sl := ' 0 ' |
fifoRdRst | sl := ' 0 ' |
rstEmpty | sl := ' 0 ' |
rstFull | sl := ' 0 ' |
wrEn | sl := ' 0 ' |
sValid | sl := ' 0 ' |
sRdEn | sl := ' 0 ' |
dummyWRERR | sl := ' 0 ' |
dummyALMOSTFULL | sl := ' 0 ' |
dummyALMOSTEMPTY | sl := ' 0 ' |
rstDet | sl := ' 0 ' |
dataOut | slv ( DATA_WIDTH_G - 1 downto 0 ) |
Attributes | |
use_dsp48 | string |
use_dsp48 | wcnt : signal is USE_DSP48_G |
use_dsp48 | rcnt : signal is USE_DSP48_G |
Instantiations | |
rstsync_full | RstSync <Entity RstSync> |
synchronizeredge_full | SynchronizerEdge <Entity SynchronizerEdge> |
rstsync_fifo | RstSync <Entity RstSync> |
rstsync_rd | RstSync <Entity RstSync> |
rstsync_empty | RstSync <Entity RstSync> |
fifo_dualclock_macro_inst | fifo_dualclock_macro |
synchronizervector_0 | SynchronizerVector <Entity SynchronizerVector> |
synchronizervector_1 | SynchronizerVector <Entity SynchronizerVector> |
fifooutputpipeline_inst | FifoOutputPipeline <Entity FifoOutputPipeline> |
Definition at line 72 of file FifoAsyncBuiltIn.vhd.
|
Function |
Definition at line 74 of file FifoAsyncBuiltIn.vhd.
PROCESS_24 | ( | wr_clk | ) |
Definition at line 274 of file FifoAsyncBuiltIn.vhd.
|
Process |
Definition at line 284 of file FifoAsyncBuiltIn.vhd.
PROCESS_26 | ( | rd_clk | ) |
Definition at line 331 of file FifoAsyncBuiltIn.vhd.
|
Constant |
Definition at line 99 of file FifoAsyncBuiltIn.vhd.
|
Constant |
Definition at line 100 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 107 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 107 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 107 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 107 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 107 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 107 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
Definition at line 123 of file FifoAsyncBuiltIn.vhd.
|
Signal |
Definition at line 125 of file FifoAsyncBuiltIn.vhd.
|
Attribute |
Definition at line 128 of file FifoAsyncBuiltIn.vhd.
|
Attribute |
Definition at line 129 of file FifoAsyncBuiltIn.vhd.
|
Attribute |
Definition at line 130 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 183 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 191 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 200 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 210 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 220 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 245 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 261 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 307 of file FifoAsyncBuiltIn.vhd.
|
Instantiation |
Definition at line 357 of file FifoAsyncBuiltIn.vhd.