Architecture >> FifoWrFsm::rtl
|
comb | ( din , r , rdIndex , rdRdy , wr_en ) |
seq | ( rst , wr_clk ) |
seq | ( wr_clk ) |
comb | ( din , r , rdIndex , rdRdy , wr_en ) |
seq | ( rst , wr_clk ) |
seq | ( wr_clk ) |
|
FULL_C | slv ( ADDR_WIDTH_G- 1 downto 0 ) := ( others = > ' 1 ' ) |
AFULL_C | slv ( ADDR_WIDTH_G- 1 downto 0 ) := FULL_C- 1 |
REG_INIT_C | RegType := ( wrRdy = > ite ( FIFO_ASYNC_G , ' 0 ' , ' 1 ' ) , wr_ack = > ' 0 ' , overflow = > ' 0 ' , prog_full = > ' 1 ' , almost_full = > ' 1 ' , full = > ' 1 ' , not_full = > ' 0 ' , count = > ( others = > ' 1 ' ) , wrAddr = > ( others = > ' 0 ' ) , wrIndex = > ( others = > ' 0 ' ) ) |
|
r | RegType := REG_INIT_C |
rin | RegType |
The documentation for this design unit was generated from the following files:
- base/fifo/rtl/inferred/FifoWrFsm.vhd
- build/SRC_VHDL/surf/FifoWrFsm.vhd