amyy
18th May 2024
18th May 2024
this is my implementation of a LFSR in tpt, it works by bitshifting a value over and over, then using the XOR of some bits within that number, generates a new bit, causing it to cycle though a bunch of states
Comments