Fix width of device_cfg_octets_per_multiframe
The width of the parameter `device_cfg_octets_per_multiframe` doesn't match the width in the submodules and corresponding slave module jesd204_tx, resulting in a warning generated during validation in Vivado. This patch increases the width of this parameter in axi_jesd204_tx.main
parent
20fc00a811
commit
569257c4f3
|
@ -95,7 +95,7 @@ module axi_jesd204_tx #(
|
|||
output core_cfg_disable_char_replacement,
|
||||
output core_cfg_disable_scrambler,
|
||||
|
||||
output [7:0] device_cfg_octets_per_multiframe,
|
||||
output [9:0] device_cfg_octets_per_multiframe,
|
||||
output [7:0] device_cfg_octets_per_frame,
|
||||
output [7:0] device_cfg_beats_per_multiframe,
|
||||
output [7:0] device_cfg_lmfc_offset,
|
||||
|
|
Loading…
Reference in New Issue