Comments on: How to implement an LFSR in VHDL https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/ The Easiest Way To Learn VHDL Wed, 21 Feb 2024 10:39:48 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: JL https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-36575 Wed, 21 Feb 2024 10:39:48 +0000 http://surf-vhdl.com/?p=1615#comment-36575 Please can you send me the test bench

]]>
By: Joe https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-35898 Mon, 20 Nov 2023 17:46:04 +0000 http://surf-vhdl.com/?p=1615#comment-35898 Hello, great article. Please can you email me the test bench.

]]>
By: Ash https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-28098 Wed, 29 Jun 2022 08:01:22 +0000 http://surf-vhdl.com/?p=1615#comment-28098 Is the test bench available for this? If so can it be sent to me please.

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-17995 Fri, 09 Jul 2021 21:25:02 +0000 http://surf-vhdl.com/?p=1615#comment-17995 In reply to Joe.

i_seed is the starting value for the LFSR, the seed

]]>
By: Joe https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-16698 Thu, 13 May 2021 13:44:30 +0000 http://surf-vhdl.com/?p=1615#comment-16698 Hey just to clarify. The i_seed is the input to the LFSR?.
Any other tips for using this for a CRC?
Also can you please share the tb.

Cheers,
Joe

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-11847 Sat, 18 Apr 2020 21:40:48 +0000 http://surf-vhdl.com/?p=1615#comment-11847 In reply to Laurent Gallin-Martel.

yes, if the zero is a singularity for the LSFR, I mean the it gets stuck

]]>
By: Laurent Gallin-Martel https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-11776 Wed, 08 Apr 2020 09:16:45 +0000 http://surf-vhdl.com/?p=1615#comment-11776 I seems that the value 0 is never generated by lfsr_7_plain (checked on several thousand of generated values). Is it normal ?

]]>
By: SUBHROJYOTI GHOSH https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-11316 Wed, 05 Feb 2020 14:21:57 +0000 http://surf-vhdl.com/?p=1615#comment-11316 I badly needed the VHDL code of BCH code’s generator Polynomial.

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-10677 Sat, 24 Aug 2019 13:53:40 +0000 http://surf-vhdl.com/?p=1615#comment-10677 In reply to Byron.

w_mask implement the generator polynomial

]]>
By: Byron https://surf-vhdl.com/how-to-implement-an-lfsr-in-vhdl/#comment-10676 Mon, 12 Aug 2019 16:15:28 +0000 http://surf-vhdl.com/?p=1615#comment-10676 What is the function of w_mask? And the purpose of the AND with r_lfsr(1). I understand the polynomial but not why we create w_mask by anding with only the last value in r_lfsr

]]>