AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
|
Entities | |
rtl | architecture |
Libraries | |
work |
Use Clauses | |
numeric_std | |
ipbus | Package <ipbus> |
Ports | |
clk | in std_logic |
rst | in std_logic |
rx_data | in std_logic_vector ( 31 downto 0 ) |
rx_ready | in std_logic |
rx_next | out std_logic |
tx_data | out std_logic_vector ( 31 downto 0 ) |
tx_we | out std_logic |
tx_hdr | out std_logic |
tx_err | out std_logic |
ipb_out | out ipb_wbus |
ipb_in | in ipb_rbus |
cfg_we | out std_logic |
cfg_addr | out std_logic_vector ( 1 downto 0 ) |
cfg_din | in std_logic_vector ( 31 downto 0 ) |
cfg_dout | out std_logic_vector ( 31 downto 0 ) |
Definition at line 18 of file transactor_sm.vhd.