Forum Discussion
Altera_Forum
Honored Contributor
18 years agoThanks very much, ychen.
In my work , I want to use two data sheets , which are two related sheets, one is displacement, the other is related PWM signal that will drive other circuits. I have to give FPGA the the two 16bits-width-data at the same time. I don't know any better ways to give FPGA 32 bits-width data except accessing both flash. I will be very grateful to you If you could advise me some better ways. I tried to use two Tri-state bridge and two CFI in the sopc design, and link the first Tri-state bridge to CFI0, the second one to CFI 1, then I generate the sopc.bdf. It seems like it can work. Shown as the pic I attached.