Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
EtherBone Core
Commits
a90925e0
Commit
a90925e0
authored
12 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
Add an SDB record for Etherbone.
parent
18d913ec
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
hdl/EB_SPEC_Test/etherbone_pkg.vhd
+18
-0
18 additions, 0 deletions
hdl/EB_SPEC_Test/etherbone_pkg.vhd
with
18 additions
and
0 deletions
hdl/EB_SPEC_Test/etherbone_pkg.vhd
+
18
−
0
View file @
a90925e0
...
...
@@ -7,6 +7,24 @@ use work.wishbone_pkg.all;
use
work
.
wr_fabric_pkg
.
all
;
package
etherbone_pkg
is
constant
c_etherbone_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"4"
,
--32-bit port granularity
sdb_component
=>
(
addr_first
=>
x"0000000000000000"
,
addr_last
=>
x"00000000000000ff"
,
product
=>
(
vendor_id
=>
x"0000000000000651"
,
-- GSI
device_id
=>
x"68202b22"
,
version
=>
x"00000001"
,
date
=>
x"20120912"
,
name
=>
"Etherbone-Config "
)));
component
EB_CORE
is
generic
(
g_sdb_address
:
std_logic_vector
(
63
downto
0
);
...
...
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