Commit 57aa80c4 authored by Lucas Russo's avatar Lucas Russo

hdl/top/ml_605/*_dsp_fmc130m_4ch/*: change xwb_acq_core addressing

The xwb_acq_core had a wrong addressing granularity.
The correct one is BYTE
parent 08defb55
......@@ -1978,7 +1978,7 @@ begin
generic map
(
g_interface_mode => PIPELINED,
g_address_granularity => WORD,
g_address_granularity => BYTE,
g_acq_addr_width => c_acq_addr_width,
g_acq_num_channels => c_acq_num_channels,
g_acq_channels => c_acq_channels,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment