Skip to content
Snippets Groups Projects
Commit 08fa6231 authored by BRONES Romain's avatar BRONES Romain
Browse files

Remove TREADY on packet filter

* It does not use it
parent 1ab9c845
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ entity combpm_packet_filter is
m_axis_tdata : out std_logic_vector(C_TDATA_W-1 downto 0);
m_axis_tlast : out std_logic;
m_axis_tvalid : out std_logic;
m_axis_tready : in std_logic;
-- AXI bus interface
s_axi_awaddr : IN STD_LOGIC_VECTOR(G_B_ADDR_W-1 DOWNTO 0);
......
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