Forum Discussion

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

ST Avalon Source/Sink Template or component example

Hi,

I need to interface my custom module with SGDMA component in SOPC system...so I need to implement a ST Avalon interface to do that....

Do you know any Template to use??? or how create a custom block with an ST Avalon interface???

Thanks

Regards

1 Reply

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

    I don't know of any template since it's a trivial interface (if valid and ready are high, data moves from the source to the sink). I would generate a streaming FIFO in Qsys and take a look at the logic implementing it. You'll find the output data of the FIFO wires up the ST valid signal to "not empty" and the input side will use "not full".