Forum Discussion
Altera_Forum
Honored Contributor
12 years agoShare variables and data between Nios2 and HDL prefably VHDL
Hi How do I send data from Nios 2 processor to HDL in quartus. I need to send data such as a variable i.e. a=5; or array[20] to the vhdl side in quartus. How do I set up a shared memory spac...
Altera_Forum
Honored Contributor
12 years agoOn the HDL side refer to the avalon specification:
http://www.altera.com/literature/manual/mnl_avalon_spec.pdf On NIOS side use "IORD" and "IOWR" poking through some of the nios example templates will help with learn how to do this