Warning: "No matching role found for nios2_gen2_0_custom_instruction_master_multi_xconnect"
The attached .qsys file contains a Nios2 with a "Floating Point Hardware 2" connected.
When generating I get the following warnings:
Warning: roots_test: "No matching role found for nios2_gen2_0_custom_instruction_master_multi_xconnect:ci_slave:ci_slave_ipending (ipending)"
Warning: roots_test: "No matching role found for nios2_gen2_0_custom_instruction_master_multi_xconnect:ci_slave:ci_slave_estatus (estatus)"
What does it mean?
What is the severity of these warnings?
Any way of fixing the cause or suppress the warning?
Best regards
Nikolay
Thank you for your patients, hope you are doing well.
After some investigation, per my understanding it seem that those interface (i.e. instruction pending and estatus) seems to be belonging to the master component, and possible just some signal mismatched between the master and slave.
Hence I would assume that the warning are just indicating that those interface in master are not being mapped to any slave, which we might be able to safely ignore.
Just to understand further, what are the purpose of using the FPH2 in the design?Warm Regards.