SURF  1.0
structure Architecture Reference

Processes

comb  ( axiRst , intReadMaster , r )
seq  ( axiClk )

Constants

REG_INIT_C  RegType := ( latency = > 0 , state = > IDLE_S , cnt = > ( others = > ' 0 ' ) , iMaster = > AXI_READ_MASTER_INIT_C , iSlave = > AXI_READ_SLAVE_INIT_C )

Types

StateType ( IDLE_S , DATA_S )

Signals

r  RegType := REG_INIT_C
rin  RegType
intReadMaster  AxiReadMasterType
intReadSlave  AxiReadSlaveType

Records

RegType  
latency  natural range 0 to LATENCY_G
state  StateType
cnt  slv ( 31 downto 0 )
iMaster  AxiReadMasterType
iSlave  AxiReadSlaveType

Instantiations

u_axireadpathfifo  AxiReadPathFifo <Entity AxiReadPathFifo>

Detailed Description

Definition at line 44 of file AxiReadEmulate.vhd.

Member Function Documentation

◆ comb()

comb (   axiRst,
  intReadMaster,
  r 
)

Definition at line 87 of file AxiReadEmulate.vhd.

◆ seq()

seq (   axiClk  
)
Process

Definition at line 165 of file AxiReadEmulate.vhd.

Member Data Documentation

◆ StateType

StateType ( IDLE_S , DATA_S )
Type

Definition at line 46 of file AxiReadEmulate.vhd.

◆ RegType

RegType
Record

Definition at line 50 of file AxiReadEmulate.vhd.

◆ latency

latency natural range 0 to LATENCY_G
Record

Definition at line 51 of file AxiReadEmulate.vhd.

◆ state

state StateType
Record

Definition at line 52 of file AxiReadEmulate.vhd.

◆ cnt

cnt slv ( 31 downto 0 )
Record

Definition at line 53 of file AxiReadEmulate.vhd.

◆ iMaster

Definition at line 54 of file AxiReadEmulate.vhd.

◆ iSlave

Definition at line 55 of file AxiReadEmulate.vhd.

◆ REG_INIT_C

REG_INIT_C RegType := ( latency = > 0 , state = > IDLE_S , cnt = > ( others = > ' 0 ' ) , iMaster = > AXI_READ_MASTER_INIT_C , iSlave = > AXI_READ_SLAVE_INIT_C )
Constant

Definition at line 58 of file AxiReadEmulate.vhd.

◆ r

r RegType := REG_INIT_C
Signal

Definition at line 65 of file AxiReadEmulate.vhd.

◆ rin

rin RegType
Signal

Definition at line 66 of file AxiReadEmulate.vhd.

◆ intReadMaster

Definition at line 68 of file AxiReadEmulate.vhd.

◆ intReadSlave

Definition at line 69 of file AxiReadEmulate.vhd.

◆ u_axireadpathfifo

u_axireadpathfifo AxiReadPathFifo
Instantiation

Definition at line 85 of file AxiReadEmulate.vhd.


The documentation for this class was generated from the following file: