|
SURF
|
Processes | |
| comb | ( ipbAck , ipbErr , ipbRdata , r , req , rst ) |
| seq | ( clk , rst ) |
Constants | |
| REG_INIT_C | RegType := ( ipbAddr = > ( others = > ' 0 ' ) , ipbWdata = > ( others = > ' 0 ' ) , ipbStrobe = > ' 0 ' , ipbWrite = > ' 0 ' , ack = > AXI_LITE_ACK_INIT_C , state = > IDLE_S ) |
Types | |
| StateType | ( IDLE_S , WAIT_S ) |
Signals | |
| r | RegType := REG_INIT_C |
| rin | RegType |
| req | AxiLiteReqType |
| ack | AxiLiteAckType |
Records | |
| RegType | |
Instantiations | |
| u_axiliteslave | AxiLiteSlave <Entity AxiLiteSlave> |