Altera_Forum
Honored Contributor
10 years agoNIOS is constantly reading from instruction memory and reading/writing to data memory
Hello all,
I am still working on my first NIOS design and am having troubles with the instruction/data memory access. Below is a schematic of the NIOS and its peripherals. The NIOS is connected to a ROM for instruction memory, and a RAM for data memory. The data memory is also connected to an Avalon bridge in order to communicate with an external RTL component. http://www.alteraforum.com/forum/attachment.php?attachmentid=10670&stc=1 When I do an RTL simulation of this design, I see very random reads and writes to data memory and continuous reads from the instruction memory. Regardless of what is included in my .s source file, I see this behavior. Can anyone explain to me why I am seeing this? Shouldn't I be expecting instructions reads based off the instructions in my assembly file? http://www.alteraforum.com/forum/attachment.php?attachmentid=10671&stc=1