Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUsing On Chip Memory (tightly coupled memory) in Nios 2
Hello veryone, im going to implement a arbitrary signal generator on my DE3 development board. I already managed to set up a simple function generetor in VHDL. In order to make it arbitrary i...
Altera_Forum
Honored Contributor
9 years agoWith NIOS, you do an ordinary write with a pointer. Something like:
uint32_t *on_chip_address = // address you want to use
*on_chip_address = 42; // for example