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
7716e519
Commit
7716e519
authored
10 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
wb_irq: include an SDB record for the master control interface
parent
c4e68c40
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
modules/wishbone/wb_irq/wb_irq_pkg.vhd
+18
-2
18 additions, 2 deletions
modules/wishbone/wb_irq/wb_irq_pkg.vhd
with
18 additions
and
2 deletions
modules/wishbone/wb_irq/wb_irq_pkg.vhd
+
18
−
2
View file @
7716e519
...
...
@@ -76,7 +76,7 @@ package wb_irq_pkg is
date
=>
x"20120308"
,
name
=>
"IRQ_ENDPOINT "
)));
constant
c_irq_ctrl_sdb
:
t_sdb_device
:
=
(
constant
c_irq_
slave_
ctrl_sdb
:
t_sdb_device
:
=
(
abi_class
=>
x"0000"
,
-- undocumented device
abi_ver_major
=>
x"01"
,
abi_ver_minor
=>
x"01"
,
...
...
@@ -90,7 +90,23 @@ package wb_irq_pkg is
device_id
=>
x"10040083"
,
version
=>
x"00000001"
,
date
=>
x"20120308"
,
name
=>
"IRQ_CTRL "
)));
name
=>
"IRQ_SLAVE_CTRL "
)));
constant
c_irq_master_ctrl_sdb
:
t_sdb_device
:
=
(
abi_class
=>
x"0000"
,
-- undocumented device
abi_ver_major
=>
x"01"
,
abi_ver_minor
=>
x"01"
,
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"00000000000000ff"
,
product
=>
(
vendor_id
=>
x"0000000000000651"
,
-- GSI
device_id
=>
x"10040084"
,
version
=>
x"00000001"
,
date
=>
x"20130414"
,
name
=>
"IRQ_MASTER_CTRL "
)));
component
wb_irq_master
is
generic
(
...
...
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