Altera_Forum
Honored Contributor
14 years agoSimple question regarding memory, just curious.
Hello everyone! I have a 32bits /2k onchip memory. This means i have 64 adresses
When i use IOWR32DIRECT(1) at the adress 0x00, the adresses 0x01 0x02 and 0x03 recieve the value 1 also. I understand that hexadecimal system is represented by 4 bits, therefore i need 8 hexadecilmal chars to represent the 32bits of memory. What if i write in the adress 0x01 instead of 0x00, will the 0x02 0x03 and 0x04 adress become 1? Is this the way it's supposed to be? is 0x00000001 adress different from 0x01? I am kinda confused