Skip to content

Commit

Permalink
Arbitrary waveform support
Browse files Browse the repository at this point in the history
  • Loading branch information
augustofg committed Sep 6, 2023
1 parent 51ac65d commit 3ed9946
Show file tree
Hide file tree
Showing 8 changed files with 3,860 additions and 1,761 deletions.
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

0 comments on commit 3ed9946

Please sign in to comment.