Skip to content

Commit

Permalink
corner case bug fix to prevent a tValid gap for frames inbound to XVC
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 11, 2024
1 parent eb37dd7 commit 0d9f909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocols/pgp/shared/xilinx/PgpXvcWrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ begin
U_VC_RX : entity surf.PgpRxVcFifo
generic map (
TPD_G => TPD_G,
VALID_THOLD_G => 0, -- 0 = only when frame ready
PHY_AXI_CONFIG_G => PHY_AXI_CONFIG_G,
APP_AXI_CONFIG_G => EMAC_AXIS_CONFIG_C)
port map (
Expand Down

0 comments on commit 0d9f909

Please sign in to comment.