Commit c8b4bda4 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wrc_core: increase AUX address space to 32 kB in SDB descriptor

parent 04d89ab1
......@@ -6,7 +6,7 @@
-- Author : Grzegorz Daniluk <grzegorz.daniluk@cern.ch>
-- Company : CERN (BE-CO-HT)
-- Created : 2011-05-11
-- Last update: 2019-06-12
-- Last update: 2019-06-17
-- Platform : FPGA-generics
-- Standard : VHDL
-------------------------------------------------------------------------------
......@@ -21,7 +21,7 @@
--
-- This source is distributed in the hope that it will be
-- useful, but WITHOUT ANY WARRANTY; without even the implied
-- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-- warranty of MERCHANT_ABILITY or FITNESS FOR A PARTICULAR
-- PURPOSE. See the GNU Lesser General Public License for more
-- details.
--
......@@ -216,7 +216,7 @@ package wrcore_pkg is
wbd_width => x"7", -- 8/16/32-bit port granularity
sdb_component => (
addr_first => x"0000000000000000",
addr_last => x"00000000000000ff",
addr_last => x"0000000000007fff",
product => (
vendor_id => x"000000000000CE42", -- CERN
device_id => x"779c5445",
......
Markdown is supported
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