My Project  v0.0.16
Libraries | Use Clauses | Constants | Records | Types
ipbus_trans_decl Package Reference

Libraries

IEEE 

Use Clauses

STD_LOGIC_1164 

Constants

addr_width  positive := 12

Types

ipbus_trans_in_array array ( natural range <> ) of ipbus_trans_in
ipbus_trans_out_array array ( natural range <> ) of ipbus_trans_out

Records

ipbus_trans_in  
pkt_rdy  std_logic
rdata  std_logic_vector ( 31 downto 0 )
busy  std_logic
ipbus_trans_out  
raddr  std_logic_vector ( addr_width - 1 downto 0 )
pkt_done  std_logic
we  std_logic
waddr  std_logic_vector ( addr_width - 1 downto 0 )
wdata  std_logic_vector ( 31 downto 0 )

Member Data Documentation

◆ addr_width

addr_width positive := 12
Constant

◆ busy

busy std_logic
Record

◆ IEEE

IEEE
Library

◆ ipbus_trans_in

◆ ipbus_trans_in_array

ipbus_trans_in_array array ( natural range <> ) of ipbus_trans_in
Type

◆ ipbus_trans_out

◆ ipbus_trans_out_array

ipbus_trans_out_array array ( natural range <> ) of ipbus_trans_out
Type

◆ pkt_done

pkt_done std_logic
Record

◆ pkt_rdy

pkt_rdy std_logic
Record

◆ raddr

raddr std_logic_vector ( addr_width - 1 downto 0 )
Record

◆ rdata

rdata std_logic_vector ( 31 downto 0 )
Record

◆ STD_LOGIC_1164

STD_LOGIC_1164
Package

◆ waddr

waddr std_logic_vector ( addr_width - 1 downto 0 )
Record

◆ wdata

wdata std_logic_vector ( 31 downto 0 )
Record

◆ we

we std_logic
Record

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