Forum Discussion
7 Replies
- Altera_Forum
Honored Contributor
what you wanna do???
you can read pios and store to onchip ram.... - Altera_Forum
Honored 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
Honored 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
Honored 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. :) - Altera_Forum
Honored Contributor
add to your vhdl block a spi interface to communicate to fpga...... and at sopc add a MM to read data from this block
http://www.alterawiki.com/wiki/spi_slave_to_avalon_mm - Altera_Forum
Honored Contributor
--- Quote Start --- add to your vhdl block a spi interface to communicate to fpga...... and at sopc add a MM to read data from this block http://www.alterawiki.com/wiki/spi_slave_to_avalon_mm --- Quote End --- ok this block its basically to communicate data betwen FPGA and NIOS II, thanks! :) - Altera_Forum
Honored Contributor
yes....
good luck Franz Wagner