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

Add an SDB record for Etherbone.

parent 18d913ec
Branches
Tags
No related merge requests found
......@@ -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);
......
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