Forum Discussion
Altera_Forum
Honored Contributor
13 years agoerror sopc builder
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 you2 Replies
- Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
Hi
can you tell me how can i define the component port as a maser in details thank you :) ??