Commit 43369a5a authored by Lucas Russo's avatar Lucas Russo

platform/artix7/afc_v3/ipcores_pkg.vhd: update S2MM STS data port to 32

This is necessary as AXI datamover indeterminate
BTT mode uses 32 bits os STS. Even though we don't
use it, VHDL requires consistency between modules
declarations.
parent 28ee521b
......@@ -857,8 +857,8 @@ Port (
s_axis_s2mm_cmd_tdata : in STD_LOGIC_VECTOR ( 71 downto 0 );
m_axis_s2mm_sts_tvalid : out STD_LOGIC;
m_axis_s2mm_sts_tready : in STD_LOGIC;
m_axis_s2mm_sts_tdata : out STD_LOGIC_VECTOR ( 7 downto 0 );
m_axis_s2mm_sts_tkeep : out STD_LOGIC_VECTOR ( 0 to 0 );
m_axis_s2mm_sts_tdata : out STD_LOGIC_VECTOR ( 31 downto 0 );
m_axis_s2mm_sts_tkeep : out STD_LOGIC_VECTOR ( 3 to 0 );
m_axis_s2mm_sts_tlast : out STD_LOGIC;
m_axi_s2mm_awaddr : out STD_LOGIC_VECTOR ( 31 downto 0 );
m_axi_s2mm_awlen : out STD_LOGIC_VECTOR ( 7 downto 0 );
......
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