SURF
1.0
|
Processes | |
comb | ( axiRst , intWriteMaster , r ) |
seq | ( axiClk ) |
Constants | |
REG_INIT_C | RegType := ( latency = > 0 , cnt = > ( others = > ' 0 ' ) , state = > IDLE_S , iMaster = > AXI_WRITE_MASTER_INIT_C , iSlave = > AXI_WRITE_SLAVE_INIT_C ) |
Types | |
StateType | ( IDLE_S , DATA_S , WAIT_S , RESP_S ) |
Signals | |
r | RegType := REG_INIT_C |
rin | RegType |
intWriteMaster | AxiWriteMasterType |
intWriteSlave | AxiWriteSlaveType |
Records | |
RegType | |
latency | natural range 0 to LATENCY_G |
cnt | slv ( 15 downto 0 ) |
state | StateType |
iMaster | AxiWriteMasterType |
iSlave | AxiWriteSlaveType |
Instantiations | |
u_axiwritepathfifo | AxiWritePathFifo <Entity AxiWritePathFifo> |
Definition at line 44 of file AxiWriteEmulate.vhd.
comb | ( | axiRst, | |
intWriteMaster, | |||
r | |||
) |
Definition at line 89 of file AxiWriteEmulate.vhd.
|
Process |
Definition at line 160 of file AxiWriteEmulate.vhd.
|
Type |
Definition at line 46 of file AxiWriteEmulate.vhd.
|
Record |
Definition at line 52 of file AxiWriteEmulate.vhd.
Definition at line 53 of file AxiWriteEmulate.vhd.
Definition at line 54 of file AxiWriteEmulate.vhd.
Definition at line 55 of file AxiWriteEmulate.vhd.
|
Record |
Definition at line 56 of file AxiWriteEmulate.vhd.
|
Record |
Definition at line 57 of file AxiWriteEmulate.vhd.
|
Constant |
Definition at line 60 of file AxiWriteEmulate.vhd.
|
Signal |
Definition at line 67 of file AxiWriteEmulate.vhd.
Definition at line 68 of file AxiWriteEmulate.vhd.
|
Signal |
Definition at line 70 of file AxiWriteEmulate.vhd.
|
Signal |
Definition at line 71 of file AxiWriteEmulate.vhd.
|
Instantiation |
Definition at line 87 of file AxiWriteEmulate.vhd.