Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
2cf0213a
Commit
2cf0213a
authored
8 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
pcie: include MSI meta-data record
parent
1e2e1b17
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/altera/wb_pcie/pcie_wb_pkg.vhd
+13
-0
13 additions, 0 deletions
platform/altera/wb_pcie/pcie_wb_pkg.vhd
with
13 additions
and
0 deletions
platform/altera/wb_pcie/pcie_wb_pkg.vhd
+
13
−
0
View file @
2cf0213a
...
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment