调用mdl_scb_fifo端口连接两个component时出了个问题。函数本身是 mdl.ap.connect(mdl_scb_fifo.analysis_export);
提示错误如下。
incompatable complex type usage in task or function cal。the following expression is incompatable with formal parameter of function. 我认为是我的connect函数参数格式与宏中定义的connect函数相违背。所以报错。但是在此之前也调用了同样两个connect函数都没有报错。有些疑惑。有知道原因所在的吗?