If I wanted to get LED lights blink one after another on an FPGA board, how would I go about doing this?
I first tried using a bunch of IF statements (if this light is on, turn it off and turn on the one next to it, if the next light is on, turn it off and turn on the light next to THAT one, etc.) but it's unsuccessful.
I also tried a case, but I attempted the same kind of logic and it also failed. Any advice?
I first tried using a bunch of IF statements (if this light is on, turn it off and turn on the one next to it, if the next light is on, turn it off and turn on the light next to THAT one, etc.) but it's unsuccessful.
I also tried a case, but I attempted the same kind of logic and it also failed. Any advice?