Skip to content

Commit b490087

Browse files
committed
Arbitrary waveform support
1 parent 51ac65d commit b490087

File tree

8 files changed

+4032
-1787
lines changed

8 files changed

+4032
-1787
lines changed

hdl/modules/rtm_lamp_pkg.vhd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,12 @@ package rtm_lamp_pkg is
484484
constant c_xwb_rtm_lamp_regs_sdb : t_sdb_device := (
485485
abi_class => x"0000", -- undocumented device
486486
abi_ver_major => x"02",
487-
abi_ver_minor => x"02",
487+
abi_ver_minor => x"03",
488488
wbd_endian => c_sdb_endian_big,
489489
wbd_width => x"4", -- 32-bit port granularity (0100)
490490
sdb_component => (
491491
addr_first => x"0000000000000000",
492-
addr_last => x"0000000000000FFF",
492+
addr_last => x"000000000000FFFF",
493493
product => (
494494
vendor_id => x"1000000000001215", -- LNLS
495495
device_id => x"a1248bec",

0 commit comments

Comments
 (0)