EmbDev.net

Forum: FPGA, VHDL & Verilog Simple Verilog Help


von Brian D. (bdehority)


Rate this post
useful
not useful
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

von Rick D. (rickdangerus)


Rate this post
useful
not useful
Brian D. wrote:
> Do I need a SPI?
No.

> Would just a simple 3-to-1 decoder work?
I think so.

> All three data
> streams would have the same clock.
That makes it easy.

Are there any restrictions regarding the switching point in time?

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.