Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hdl/modules/rtm_lamp_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -484,12 +484,12 @@ package rtm_lamp_pkg is
constant c_xwb_rtm_lamp_regs_sdb : t_sdb_device := (
abi_class => x"0000", -- undocumented device
abi_ver_major => x"02",
abi_ver_minor => x"02",
abi_ver_minor => x"03",
wbd_endian => c_sdb_endian_big,
wbd_width => x"4", -- 32-bit port granularity (0100)
sdb_component => (
addr_first => x"0000000000000000",
addr_last => x"0000000000000FFF",
addr_last => x"000000000000FFFF",
product => (
vendor_id => x"1000000000001215", -- LNLS
device_id => x"a1248bec",
Expand Down
Loading