Altera_Forum
Honored Contributor
16 years agoSend on a 8 data bus : 8 data and 8 data and ...
Hi,
My problem is very simple : I want to send on a single bus of 8 bits (named "BigBus" for example), 3 differents letter (coded in ASCII so 8 bits each). At each clock count, the data must change : BigBus = Letter 1 (Wait rising_edge clock) Letter 2 (wait rising_edge clock) Letter 3 (Wait rising_edge clock) Letter 1 (Wait rising_edge clock) Letter 2 ... I know that what I shearch is a multiplexer but every example I have are not easy to write in vhdl and furthermore, I want to add a new letter quickly (in fact, if it's possible, I just want to add a line for each letter added). Thanks for your help and sorry pour my bad english, I'm French...:rolleyes: