|
SURF
|
Processes | |
| comb | ( axisRst , axisSlave , r , sAxisMaster , sTLastTUser ) |
| seq | ( axisClk , axisRst ) |
Constants | |
| REG_INIT_C | RegType := ( sof = > ' 0 ' , eofe = > ' 0 ' , wordDropped = > ' 0 ' , frameDropped = > ' 0 ' , tDest = > x " 00 " , master = > AXI_STREAM_MASTER_INIT_C , slave = > AXI_STREAM_SLAVE_INIT_C , state = > IDLE_S ) |
Types | |
| StateType | ( IDLE_S , BLOWOFF_S , MOVE_S ) |
Signals | |
| r | RegType := REG_INIT_C |
| rin | RegType |
| axisMaster | AxiStreamMasterType |
| axisSlave | AxiStreamSlaveType |
Records | |
| RegType | |
Instantiations | |
| u_pipe | AxiStreamPipeline <Entity AxiStreamPipeline> |