We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.3代码里面,第9行coef_t[N];缺了变量名。
coef_t[N];
2.8第一段,这就创建了一个有效的区域架构,原文This creates an area efficient architecture个人理解应为这创建了一个节省面积的结构。另感觉本段怪怪的,读不出“for循环默认只将循环体的电路综合一次”这个意思,不知道是不是我理解错了?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2.3代码里面,第9行
coef_t[N];
缺了变量名。2.8第一段,这就创建了一个有效的区域架构,原文This creates an area efficient architecture个人理解应为这创建了一个节省面积的结构。另感觉本段怪怪的,读不出“for循环默认只将循环体的电路综合一次”这个意思,不知道是不是我理解错了?
The text was updated successfully, but these errors were encountered: