Verilog头文件怎么包含

Verilog头文件怎么包含,第1张

方法如下:陆明

Set the include.v file as global included and set its file_type to "Verilog Header".

If file_type is not set to Verilog Header, the include file will be treated as an ordinary Verilog file which can be referred by the other Verilog files and this causes the error above.

set_property file_type "Verilog Header" [get_files ../source_inclu/include.v]

set_property is_global_include true [get_files ../source_inclu/include.v]

Verilog可以从五个层次对电路(系统)进行描述,包括:系统级态腔、算法早闭告级、寄存器传输级(即RTL级)、门级、开关级。我们平时用的最多的为RTL级,故Verilog代码也经常被称为RTL代码。

就是配合测试用的数据或者侍圆是行为模型文件,一般来说verilog写的东西可以分成渗谈燃两类,一类是设计,就是具体的功能模块。另外一类是测试,就丛虚是testbench,激励文件属于这一类。他包含有接口的行为模型和配套的测试数据什么的。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/8169216.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-14
下一篇 2023-04-14

发表评论

登录后才能评论

评论列表(0条)

保存