Forum Discussion
Altera_Forum
Honored Contributor
14 years agohi,
my NIOS is connected to the ram with IO Ports.. 16 IOs for the DATA which I want to save. 18 IOs for the ADDRESS which I'm saving the data on. and extra line to trig the saving. those lines connected to a VHDL model which saves the data synchroniously on the ram ALT_IOWR(ADDRESS,xxx); ALT_IOWR(DATA,xxx); ALT_IOWR(Save,1);