AMC13
Firmwares for the different applications of the AMC13 uTCA board made at Boston University
|
Constants | |
IPB_RBUS_NULL | ipb_rbus := ( ( others = > ' 0 ' ) , ' 0 ' , ' 0 ' ) |
IPB_WBUS_NULL | ipb_wbus := ( ( others = > ' 0 ' ) , ( others = > ' 0 ' ) , ' 0 ' , ' 0 ' ) |
Types | |
record: ipb_wbus | ipb_addr : std_logic_vector ( 31 downto 0 ) ipb_wdata : std_logic_vector ( 31 downto 0 ) ipb_strobe : std_logic ipb_write : std_logic |
ipb_wbus_array | array ( natural range<> ) of ipb_wbus |
record: ipb_rbus | ipb_rdata : std_logic_vector ( 31 downto 0 ) ipb_ack : std_logic ipb_err : std_logic |
ipb_rbus_array | array ( natural range<> ) of ipb_rbus |
ipb_mac_cfg | ( EXTERNAL , INTERNAL ) |
ipb_ip_cfg | ( EXTERNAL , INTERNAL ) |
Definition at line 4 of file ipbus_package.vhd.