Skip to content

Commit

Permalink
revert rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Mar 12, 2024
1 parent 5532793 commit 4e1a2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ begin
end if;
end process;

crcRst <= '1' when fcWordCount = FC_WORDS_G or pgpTxClkRst = '1' else '0';
crcEn <= '1' when curState = ST_FC_C else '0';
crcRst <= '1' when fcWordCount = FC_WORDS_G else '0';
crcEn <= '1' when curState = ST_FC_C else '0';

U_Crc7 : entity surf.CRC7Rtl
port map (
Expand Down

0 comments on commit 4e1a2ac

Please sign in to comment.