根据用户手册使用IP核
① 找到user guide / product guide 并打开
② 找到Customizing and Generating the Core(不同手册可能题目不一样),查看IP核的创建过程中各个参数的意义和设置方法。
③ 找到port description ,查看接口注释
根据网络教程使用…
1 文本格式
using System;
namespace Legalsoft.Truffer { /// <summary> /// Computes all eigenvalues and eigenvectors of a real symmetric matrix by /// reduction to tridiagonal form followed by QL iteration. /// </summary> pu…