夜云

Results 29 comments of 夜云

那在下个版本更新的时候修复一下吧,不过我确实没见过这样写的你看实际综合出来的电路啥样的

我这里建议你可以进行循环展开,不使用递归写法

I don't quite understand what you are saying, I hope you can give an example if possible. In addition, I think this is related to the code syntax, not to...

I see what you mean. That's a good idea, but it's still hard for me to implement. I will consider adding this feature later.

一开始报错是属于正常情况,在生成IP之后会生成一些HDL文件,被插件检测到了,由于vivado的阻塞没当时执行,vivado关闭之后就会生成add_file的命令,但vivado已经关闭不在tcl的环境下所以会有失败提示,不用管就行了。另外再次打开没加入IP的话是不是你没有使用标准文件结构?

当然我们建议是使用插件生成的标准结构,自定义结构目前还不完善,如果需要对某些文件夹忽略的话在property.json中加ignores进行声明即可,该功能在下个版本会完善。最后请问一下你们是个人使用还是用于生产环境?

好的,后期的主要目标也是稳定语言服务,看样子你们应该是IC开发了,我最近也在转IC,之后会加入一些IC前端开发的辅助功能。可以的话建议加Q群,在群里提出你们的需求。

I've found this setting, but I haven't found a specific way to make a custom library, such as how to define graphics properties.

![image](https://user-images.githubusercontent.com/38045864/99188638-ec200b00-2797-11eb-9281-782cd39595dd.png) In the figure , 1 point to how the graph is called, 2 to how the library is added, and 3 to the properties of the graph being called....

![image](https://user-images.githubusercontent.com/38045864/99189105-85502100-279a-11eb-8c82-e86048f8b04d.png) I've designed a processing module, and now I want to put it in a custom library for the next call.At the same time, this module needs to configure parameters....