Hi,
I'm very new to verilog (and digital design in general), and was hoping for some guidance. Essentially, I have one data output, and I need to route one of three things to it. One of two repeating data codes, (i.e. 11001100... or 1111000011110000...) or a third data stream from a LFSR.
Do I need a SPI? Would just a simple 3-to-1 decoder work? All three data streams would have the same clock.
Any help would be so greatly appreciated! Thanks