Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSOPC Custom Memory Component
I am trying to create a custom memory component to use with NIOS. I generated an Avalon MM Slave component and I can add it and it seems to connect fine. However, NIOS won't let me select it for th...
Altera_Forum
Honored Contributor
16 years agoIn your .tcl file you should change something like
set_interface_property "as1" "isMemoryDevice" "false" to set_interface_property "as1" "isMemoryDevice" "true" Then your AVALON-component (as1) will be a memory Best regards, Kest