Commit 29742926 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

vme: MSI descriptor record

parent c141c98f
......@@ -106,6 +106,19 @@ package xvme64x_pack is
version => x"00000001",
date => x"20120308",
name => "IRQ_VME ")));
constant c_vme_msi : t_sdb_msi := (
wbd_endian => c_sdb_endian_big,
wbd_width => x"7", -- 8/16/32-bit port granularity
sdb_component => (
addr_first => x"0000000000000000",
addr_last => x"000000000000ffff",
product => (
vendor_id => x"0000000000000651", -- GSI
device_id => x"9326AA75",
version => x"00000001",
date => x"20120308",
name => "IRQ_VME ")));
constant c_vme_info_sdb : t_sdb_device := (
abi_class => x"0000", -- undocumented device
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment