User | Kudos |
---|---|
13 | |
11 | |
3 | |
3 | |
2 |
I think there should be a way to reinitialize a stacked shift register to the originally initialized value so you can clear out the contents of every iteration all at once. For example, the code below, implemented with 4 individual shift registers:
Could be implemented with 1 stacked shift register with a reinitialize terminal:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.