Skip to content
Snippets Groups Projects
Commit 2cf0213a authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

pcie: include MSI meta-data record

parent 1e2e1b17
Branches
Tags
No related merge requests found
......@@ -21,6 +21,19 @@ package pcie_wb_pkg is
date => x"20131213",
name => "Altera-PCIe-MSI-Tgt")));
constant c_pcie_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"8a670e73",
version => x"00000001",
date => x"20131213",
name => "Altera-PCIe-MSI-Tgt")));
component pcie_wb is
generic(
g_family : string := "Arria II";
......
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