Skip to content
Snippets Groups Projects
Commit 7453c79b authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update top/firmware/hdl/emp_payload.vhd

parent 0e698aaa
No related branches found
No related tags found
1 merge request!12Reduced histogram size
Pipeline #3233975 passed
......@@ -302,7 +302,7 @@ HistogramInstance0: entity work.IPBusHistogram
generic map(
input_width => input_width,
bin_width => bin_width,
data_offset => 5 -- 7 for converted stubs
data_offset => 6 -- 7 for converted stubs
)
port map(
--- Input Ports ---
......@@ -325,7 +325,7 @@ HistogramInstance1: entity work.IPBusHistogram
generic map(
input_width => input_width,
bin_width => bin_width,
data_offset => 5
data_offset => 6
)
port map(
--- Input Ports ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment