Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou need to activate a special property to tell that your component is a memory device.
I assume that you used the component editor and that it created a *hw.tcl file to describe it. Open that file and look for a section describing the avalon interface:add_interface s1 * *look for a line like this:set_interface_property s1 isMemoryDevice false and change it to:set_interface_property s1 isMemoryDevice true