Forum Discussion

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

Avalon Streaming Interface with FIR

I have the following outputs from an FIR

I’ve got a question relating to the FIR compiler 9.1. The picture shows

Source_Valid

Source_SOP

Source_EOP

Source_Channel

Source_Ready is pulled high

Sweep

This is a 2 channel parallel implementation

Sweep2

This is a 2 channel serial implementation

The problem is that EOP should only be 1 clock cycle.

3 Replies

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

    It is only one clock cycle. Both SOP and EOP must be qualified with VALID. so real_eop = eop & valid.

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

    Ok, thanks,

    I was just a little concerned that the output signals I was getting didn't look like examples in the FIR compiler manual.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    do u know where can i get sources which help me in understand the avalon streaming source for design digital filter to implement into FPGA cyclone2?

    tq ya