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
Isaac T 2021-07-26 15:09:05 +02:00 committed by Laszlo Nagy
parent 20fc00a811
commit 569257c4f3
1 changed files with 1 additions and 1 deletions

View File

@ -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,