Refactor depacketizer: enhance state machine logic, improve signal handling, and streamline data processing for better functionality

This commit is contained in:
2025-04-24 13:07:26 +02:00
parent 75fb66e531
commit a5b23940de
2 changed files with 42 additions and 48 deletions

View File

@@ -73,7 +73,7 @@ ARCHITECTURE Behavioral OF tb_depacketizer IS
4 => x"54",
5 => x"65",
6 => x"73",
7 => x"90"
7 => x"50"
);
SIGNAL tready_block_req : STD_LOGIC := '0';