This document compares the performance of two types of shift registers: the traditional Linear Feedback Shift Register (LFSR) and a novel Non-Linear Feedback Genetic Register (NLFGR) designed using genetic algorithms. The NLFGR demonstrates superior efficiency, requiring significantly fewer iterations and less computational time to achieve desired outputs compared to the LFSR. Additionally, both implementations have been validated through simulations in Python and VHDL, confirming their reliability and operational consistency.
Related topics: