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

address range instruction masters un NIOSII

Altera_Forum
Honored Contributor II
1,248 Views

SOPC Builder gives this warning, 

 

 

the address range of the slaves connected to the NIOS II instruction masters exceeds 28 bits. Attemps to call function accross 28-bit boundaries is not supported by GCC and will result in linker errors.  

 

I don't know how can I remove this warning.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
503 Views

This may not be an issue at all. SoPC builder is informing you that you have components attached to the NIOS Instruction bus that collectively span an address range greater than 28 bits. 

 

1 - Make sure that the components you have connected to the instruction master really need to be connected. If it's a component that you only need connected to the data bus then disconnect it from the instruction bus. 

2 - If you know that the actual instruction range of your program will be contained within 28 bits, then ignore the warning. SoPC builder is simply advising you of a limitation of the GCC compiler. 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
503 Views

Hi, 

your error is like the image below? 

Try to delete the link in the red ring! I had the same error and I solved it deleting that link! 

I hope this help.
0 Kudos
Reply