Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS 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 ca...
Altera_Forum
Honored Contributor
14 years ago --- 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! :)