Forum Discussion
Altera_Forum
Honored Contributor
21 years agoIs the setting, which I made in SOPC Builder, wrong ?
I only can say that I connected A9..A2 of the address bus(A22..A0) to A7..A0 of the 8 bit slave. The size of the address bus did not change with respect to Quartus 4.1 (same problem as niosIIuser) A <---> base B <---> base + 4 (next word) C <---> base + 8 (next word) this should be done by (A=0,B=1,C=2) IORD(base,A) <--> base IORD(base,http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif <--> base+4 IORD(base,C) <--> base+8