Forum Discussion

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

NIOS II Create Accumulator to assign data from PIOs?

Ok my cuestion is, I have one project created with the processor NIOS II standard, may i implement inside the same project an accumulator to asign data from the PIOs of the processor in less how i can insert a symbol (accumulator) in the same project NIOS II. :(:(:(

7 Replies

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

    --- Quote Start ---

    what you wanna do???

    you can read pios and store to onchip ram....

    --- Quote End ---

    Read Pios and accumulate to add with a phase! and store in a LUT...
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thats many ways to do that........... when i saw you can read pios and store to a onchip this is sof solution....

    or you can do it in hardware..... do a vhdl acumulator and read by avalon mm
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    thats many ways to do that........... when i saw you can read pios and store to a onchip this is sof solution....

    or you can do it in hardware..... do a vhdl acumulator and read by avalon mm

    --- Quote End ---

    or you can do it in hardware..... do a vhdl acumulator and read by avalon mm, yes this is a good option, but i need construct a cosine a sine signal and the best form for me its using a NIOS II processor, because the data is from a MATLAB GUI. :)