Forum Discussion
Altera_Forum
Honored Contributor
20 years agoExternal RAM as data memory
hello, we have a 32 bit wide sram memory connected to nios2 and would like to use it for heap, stack and data memory. if we set it as "user interface" it does not appears in select lists. how se...
Altera_Forum
Honored Contributor
20 years agoYou should have,
Is_Memory_Device = "1";
Data_Width = "16"; in the device ptf. (PS, I dont know how to do it in the wizard, I would prefer spell it directly with an editor.)