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

error sopc builder

Altera_Forum
Honored Contributor II
999 Views

hi  

 

 

i have this error when i add my own component en verilog with an interface avalon  

 

Error: rtp_tx_0.ram_master: ddr_sdram.s1 (0x0..0x1ffffff) is outside the master's address range (0x0..0xf) 

 

 

 

thank you
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
282 Views

Your component exposes an Avalon master interface whose address port appears to be only 4 bit wide. 

So it can't definitely drive the 25bit address range of the sdram slave port. 

I think you are missing some point.  

Two guesses: 

- you defined the component port as a master, but it is actually a slave 

- you failed to export address lines
0 Kudos
Altera_Forum
Honored Contributor II
282 Views

Hi  

 

can you tell me how can i define the component port as a maser in details  

 

thank you :) 

 

??
0 Kudos
Reply