022天津同城交友网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 交友 人才 房产
查看: 1089|回复: 1
打印 上一主题 下一主题

验证时只想给部门rtl加specify,谢谢

[复制链接]
跳转到指定楼层
楼主
发表于 2020-4-7 18:57:08 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    文章简介:验证时,对于有些模块,我们要屏蔽掉specify,而有些模块我们需要加入



验证时,对于有些模块,我们要屏蔽掉specify,而有些模块我们需要加入進行timing check的specify,有什么好方法,类似这样的操作,例如:把这些文件列一个lst,
+specify /prj/user/a.v
+nospecify /prj/user/b.v
+specify /prj/user/c.v


分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享
回复

使用道具 举报

沙发
发表于 2020-4-7 18:57:12 | 只看该作者
use config file and syntax as following:
instance {list_of_hierarchical_names} {noIopath  noSpecify  noTiming};

Explain the above line:
instance: Keyword that specifies that the attributes in this statement
  apply to all module instances in the list specified by their
  hierarchical names.

list_of_hierarchical _names : A comma separated list of module
instances enclosed in curly braces: { }

noIopath: Attribute keyword that specifies disabling the module
path delays in the specified module instances.

noSpecify: Attribute keyword that specifies disabling the specify
blocks in the specified module instances.

noTiming:  Attribute keyword that specifies disabling the timing
checks in the specified module instances.
然后用在vcs compile命令中用这个选项:+optconfigfile+filename
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|联系我们|022天津同城交友网

GMT+8, 2024-4-24 02:41 , Processed in 1.218750 second(s), 16 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表