Currently, it is not possible to infer an interface which name is part of an other interface (e.g. S_Axi and S_Axi_Lite).
WORKAROUND => Do not use interface names, which are included in other interfaces (e.g. use S_AxiLite)
This problem may only be fixed with introducing special regular expressions and do not allow _ behind the interface prefix.