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

Add a SDB record for the DMA controller.

parent f9664666
Branches
Tags
No related merge requests found
...@@ -286,6 +286,21 @@ package wishbone_pkg is ...@@ -286,6 +286,21 @@ package wishbone_pkg is
slave_o : out t_wishbone_slave_out); slave_o : out t_wishbone_slave_out);
end component; end component;
constant c_xwb_dma_sdb : t_sdb_device := (
abi_class => x"0000", -- undocumented device
abi_ver_major => x"01",
abi_ver_minor => x"00",
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"000000000000001f",
product => (
vendor_id => x"0000000000000651", -- GSI
device_id => x"cababa56",
version => x"00000001",
date => x"20120518",
name => "WB4-Streaming-DMA_0")));
component xwb_dma is component xwb_dma is
generic( generic(
-- Value 0 cannot stream -- Value 0 cannot stream
......
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