waive -ip "ip name" -rule "ALL" # waive ip所有内容 waive -du "ip name" #-ip: ip -du: module waive -file "file path" -comment "" # waive 文件 waive -severity "Info warning" -comment "waive all lines related Severity: Info & Warning" # waive Warning和info waive -weight_range ...
在当前存在FSM_3.prj文件的目录下,使用-batch选项即可自动完成Spyglass的读取和编译,命令如下: spyglass -project FSM_3.prj -designread -batch |tee spyglass.log |tee spyglass.log是我另外加的,目的是为了让读取和编译的报告打印到当前目录下的spyglass.log文件中,其实不用加这句也行,因为Spyglass会自动将结果...
Translating SDC Commands to SGDC Commands 使用sdc2sgdc命令,将block-level的SDC命令转换成对应的SGDC约束。 Predicting Constraints 跑cdc_setup_checkgoal来生成约束。此goal的Clock_info15rule来生成约束。在SpyGlass CDC验证中使用这些约束前需要检视这些约束。 Running the cdc_setup Goal 跑cdc_setupgoal 来生成设计...
一般不建议使用,可以按照第三条使用,对某个module进行rule的waive。 3对module添加某条rule waive -du { {module_name} } -rule { {rule_name} } -comment {add comment} 4 按照信号名添加waive 如:rule W111:Not all elements of an array are read waive -msg { Not all elements of array ‘sign...
3. lint检查:运行命令检查错误和警告,解决非OEM错误、RTL文件找不到等常见问题。三、waive文件使用 在.prj文件中设置default waive file,方便在检查过程中忽略特定规则。四、IP管理 配置IP中不需要检查的cell,减少检查范围。五、新设计IP流程 使用cdc_setup自动推断约束,检查工程文件设置,执行cdc_...
1. Design Setup 把需要的design data准备好,包括网表.v(或者source file list),technology library,sgdc文件(没有的话可以用sdc代替,使用命令set_option sdc2sgdc yes即可) 2. Goal Setup 选择需要检查的Goal 右键编辑该Goal下面的各种rule,点击界面右下角会出现该条rule的解释 ...
SynopsysSpyGlassCDC学习(二)SynopsysSpyGlassCDC学习(⼆)学习官⽅培训材料:备注:写下⾯笔记也是挂⼀漏万,只能cover ⼏个常⽤的rule。想了解每⼀个rule的详细情况,除了研读这个PPT,最好还是查官⽅⽂档,当然会耗费很多时间,但对项⽬负责做SpyGlass Lint/CDC检查的⼈,还是必不可少的。我现在...
waive -du { {mor1kx_rf_cappuccino} } -msg {Inappropriate bit select for int_bit_sel variable: \"in[i]\"} -severity { {Warning} } -rule { {W215} } -weight {5} -exact waive -du { {mor1kx_rf_cappuccino} } -msg {Inappropriate range select for int_part_sel variable: \"in[...
SpyGlass®-CDC Methodology Series CDC-Clean Design Sub-Methodology Updated: March 31, 2008 Existing SpyGlass customers: please check the Methodology subdirectory of your SpyGlass installation to see if there is an updated version © 2007-2008 Atrenta, Inc. All Rights Reserved. CDC-Clean Design ...
Creating SpyGlass CDC Setup.Goal:cdc_setup;指定constraints(SGDC file),parameters 及其他指定用于该project的定义来精准运行SpyGlass CDC检查。可以使用‘sdc2sgdc’ 命令来将 block-level SDC 转化成相应的SGDC 约束文件。运行‘cdc_setup_check’ goal能够生成constraints, 但生成的constraint一定要designer仔细review下...