Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrary waveform support #4

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from
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