From 4e1a2acbb4edbf94613f5f47e52e0ea8aaf31675 Mon Sep 17 00:00:00 2001 From: Christos Bakalis Date: Tue, 12 Mar 2024 10:54:43 -0700 Subject: [PATCH] revert rst --- protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd b/protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd index 3983c7c333..8b2fe22b4f 100644 --- a/protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd +++ b/protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd @@ -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 (