Hi verybody!
I'm using SOPC Builder 9.0 version of studio. When I need to connect Scatter-Gather DMA controller to Frame Buffer and use Data Format Adapter and Timing adapter for that. But everytime get the error written in the subject between Data Format Adapter and Frame Buffer. What should I do? Thanks.链接已复制
10 回复数
Really I don't know how it can help me:confused: I get that 2 additional bits in Data Format Adapter block when I turn on "Include Packet Support" option and it by default turns "Include Empty Signal" option to "Auto". I can't set that option to "None" because system don't allow me to do it because I want change "Data Symbols per beat" from 1 to 3.
Well I don't work with video streams, but I think that even if a pixel is made of 3 colors, it can't be considered as 3 different symbols. They can't be transmitted independently, you need the 3 of them to build a pixel.
If you are transmitting the 3 colors in parallel, I would say that one pixel is one symbol. Did you try to set the number of symbols per beat to 1 and multiply the symbol size by 3?Hi all,
I'm considering using the "color plane sequencer" inorder to splitt up a single video stream into two separate video streams. However, I'm bumping into a problem since the streams from the "color plane sequencer" are going to modules operating at different clock frequencies. One module operates at 27MHz while the other operates at 40MHz. Things seem okey for the module operating at 27MHz since it's using the same clock frequency as the "color plane sequencer", but for the module operating at 40MHz ("clocked video output") there is an error message saying that the modules need to be in the same clock domain. I did try placing a dc_fifo between the "color plane sequencer" and the "clocked video output", however this resulted in other error messages(see attached files), such as there being different ready latency between the "color plane sequenser" and the "dc_fifo". I tryed using the "Insert Avalon-ST Adapters" function, but his led to yet another error message sying: Error: Error: data_format_adapter_1: Adaptation for output symbolsPerBeat > input symbolsPerBeat requires the output empty signal to be present Has anyone got some thoughts on these issues ?