Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAddress Exception
Hi We are using a SRAM that has a 16-bit wide data bus and /BLE and /BHE signals for byte-write. Writing bytes to addresses 0 to 7 works, with BLE and BHE behaving as expected, although A0...
Altera_Forum
Honored Contributor
21 years agoHi Jason,
> Writing words to addresses 0 to 3 is fine when the addresses are even. When the > addresses are odd, though, ... Don't do this -- writing a halfword to an odd address results in and undefined operation. Take a look at the instruction set for details. > Is there an address exception? No. Regards, --Scott