Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20707 Discussions

Add Custom SRAM to NIOS

Altera_Forum
Honored Contributor II
1,250 Views

Hi to all, 

does anybody know how to add a custom sram to my Nios II system? 

I mean that I instantiate a Tristate Avalon Slave in SOPC builder that is compliant with my sram but subsequently I cannot select this memory inside "Nios IDE" on page "System Library" where I usually select "Program memory (.text)", ".rodata", "stack", "heap", etc... 

 

Thank you
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
339 Views

Can you connect your component to the Nios II? Version 7.2 yhad an issue witht his

0 Kudos
Altera_Forum
Honored Contributor II
340 Views

 

--- Quote Start ---  

Can you connect your component to the Nios II? Version 7.2 yhad an issue witht his 

--- Quote End ---  

 

 

Thank for your reply. 

Yes, I can see all the output pins in the block.
0 Kudos
Altera_Forum
Honored Contributor II
340 Views

Thanks to all. 

 

User Viper21 from NiosForum figured out how to fix this problem. 

After creating a component, located and open up the .tcl file. 

Find the line "isMemoryDevice” and change the value from "false" to "true". 

Many thanks to him. 

 

However, I am astonished that there is not a check about it in SOPC builder...
0 Kudos
Reply