Forum Discussion

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

import data into Nios

Hi,

Could anyone tell me that what is the fastest way to import data to Nios?

For instance, I have a verilog module and the output is

output [7:0] dout;

output source_valid;

with a clock rate of 25MHz. Is there any way to import these data into Nios system without loss? Apparently the pio itself can not fulfill this task.

Thanks

5 Replies

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

    hi guy!!!

    you need to put a avalon data bus......this solve your problem

    avalon mm slave i guess(i cant remenber)

    cheers

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

    --- Quote Start ---

    hi guy!!!

    you need to put a avalon data bus......this solve your problem

    cheers

    Franz Wagner

    --- Quote End ---

    Hi Franz, Thanks for your quick reply!

    But can you give a for instance, like a sopc figure? I do not quite understand how to put an avalon data bus...
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    yess.....

    at sopc builder ....avalom mm slave ....i guess

    good luck

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

    Well, I did not quite get that... I can not find this component in sopc builder. whence you have time can you please explain more details for me?