11 lines
566 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dependence_test 文件夹
用于测试依赖检测
在vlog中分有两种依赖形式
1. 分module文件依赖该依赖取决于解释器的自动检索。
【注】: 在存在同名module的时候很大程度上会导致依赖出错因此不建议使用同名module或者在同名的时 候使用 `include 依赖方式
2. 使用 include 引用文件的方式进行模块间的依赖,该方式可以精确定位依赖项。
【注】: 在使用 `include 依赖方式时该插件会自动去除对于include文件中有同名的其他文件。