Forum Discussion
Altera_Forum
Honored Contributor
12 years agoYou might want to put the data into a named section and get the linker script(s) to assign it to a fixed address.
You'll need to worry about cache coherenceny. Also there are no atomic RMW cycles on the Avalon bus, so you need to use something else to ensure correct sequencing of accesses.