Skip to content

Commit

Permalink
Bug fix for when VALID_THOLD_G=0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 19, 2024
1 parent d0e861a commit ea58d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/pgp/shared/PgpRxVcFifo.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ entity PgpRxVcFifo is
ROGUE_SIM_EN_G : boolean := false;
INT_PIPE_STAGES_G : natural := 0;
PIPE_STAGES_G : natural := 1;
VALID_THOLD_G : positive := 1;
VALID_THOLD_G : natural := 1;
VALID_BURST_MODE_G : boolean := false;
SYNTH_MODE_G : string := "inferred";
MEMORY_TYPE_G : string := "block";
Expand Down

0 comments on commit ea58d84

Please sign in to comment.