| |
使用vcs编译的时候,因为之前用的option是-f rtl_list,这就需要经常用实时对应更新rtl_list。
于是尝试换成 -y rtl_dir的形式,编译很顺利,然鹅发现verdi 不显示部分模块了,这些模块都在-y 指定的目录下应该被寻找到的。
查阅(vcs -h 可以打印出来)和尝试了许多vcs option发现了这个option可以解决。
+nolibcell
Specifies not defining modules in libraries as cells unless they
are under the `celldefine compiler directive.
猜测是由于-y 所指定目录会被当成cell形式,而cell不会被显示。
因为搜索许久没找到解决方案,特此记录,以上。