TEMP Implement state machine in packetizer for improved packet handling

This commit is contained in:
2025-04-09 12:59:00 +02:00
parent 1e84f090b7
commit 0912887822
2 changed files with 83 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ entity depacketizer is
m_axis_tvalid : out std_logic;
m_axis_tready : in std_logic;
m_axis_tlast : out std_logic
);
end entity depacketizer;