Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

FFT 7.2 streaming mode

I really want to know how to set the sink_sop and sink_eop.

I want a 64FFT streaming out.but I always can't get continious output.

the best result I've got for 64FFT is I get 53 datas.But what I want is continious 65 datas.

IS there anyone can offer me a diagram of sink_sop and sink_eop.how many clock should sop be delayed from eop?

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I've got continious output.

    The factis that I counted a clock more than the requirement.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The control of the sop and eop does not depend on the clock number. But the valid number you have sent into the core. SOP means the start of the packet, and EOP means the end of it. You need to take care of two other signals. sink_ready and sink_valid. You can only set the sink_valid signal to be high when the sink_ready is asserted. When sink_ready is low, it means the core can't accept the data. it will be dropped even you set the sink_valid to be high. So you need to use a counter to counter the number of your valid signal.