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

on chip sd ram

Altera_Forum
Honored Contributor II
1,084 Views

hi, 

i want build a on chip ram memory of 21kb. i wish acivate the on chip sd ram memory with spoc builder. while adding the module i faced the error" onchip_mem.s1": must be connected to avalon-mm master. 

 

i saw some threads based on this issue in the forum. following that i addded the avalon mm tristate bridge found on the bridges and adaptors (memory mapped). but again i faced the same error? 

 

can anybody help me plz?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
405 Views

Hello 

 

When you talk about on-chip SD RAM, do you mean a SD RAM memory on your PCB?  

 

When you add an on-chip memory in sopc you need an avalon master to handle the communication with the memory. This could be a NIOS 2 processor or a custom block with a avalon master interface. Do you got any such block in your system? 

 

Best Regards, 

Ola Bångdahl
0 Kudos
Altera_Forum
Honored Contributor II
405 Views

You don't need the tri-state bridge - this is for adding external memory. The internal on-chip memory just needs connecting to the cpu's data and/or instruction master - click on the blob(s) in the connection column. If this column is not visible make it so with the View menu.

0 Kudos
Reply