随笔分类 -  innovus

innovus report_timing的格式
摘要:set_table_style -name report_timing -max_widths {150,}set_global report_timing_format {hpin incr_delay delay arrival slew load cell}report_timing -lat 阅读全文

posted @ 2022-02-21 11:10 learnsure 阅读(2068) 评论(0) 推荐(0)

innovus add_ndr rule
摘要:add_ndr -name ndr_2w3s -spacing_multiplier {M4:M9 3} -width_multiplier {M4:M9 2}exportNdr ndr_2w3s -lef ndr_2w3s.lef 阅读全文

posted @ 2021-02-03 20:01 learnsure 阅读(1442) 评论(0) 推荐(0)

innovus clock tree instance ccl cdb cwb等 名字命名含义
摘要:Legacy UI : show_ccopt_cell_name_infoCommon UI : report_cts_cell_name_info Below is a list of the strings used and their explanation: StringDescriptio 阅读全文

posted @ 2021-01-18 11:41 learnsure 阅读(6683) 评论(0) 推荐(1)

innovus set_dont_touch_subtree clock_tree
摘要:proc set_dont_touch_subtree {clock_tree_name} { set clock_tree_nets [get_ccopt_clock_tree_nets -in_clock_trees [get_ccopt_clock_trees $clock_tree_name 阅读全文

posted @ 2020-10-12 15:20 learnsure 阅读(926) 评论(0) 推荐(0)

change_icctcl_to_innovstcl
摘要:############################################# edit by wangnengxue 20200911 ## Email : nengxuew@cadence.com # ######################################### 阅读全文

posted @ 2020-09-11 16:07 learnsure 阅读(1871) 评论(2) 推荐(1)

innovus 字符替换操作 string
摘要:innovus对字符替换,有专门的命令 string, 目前string用起来感觉和tcl里的regexp,regsub类似,但比regexp regsub用起来更简单,更好用,当然regexp,regsub在innovus里一样也支持的 string用法: 1.想要把某个字符串的第 0 最末尾 想 阅读全文

posted @ 2020-06-16 15:28 learnsure 阅读(849) 评论(0) 推荐(0)

转EDI时钟树人工干预的方法
摘要:****************时钟树的约束格式*****************原来的CTS用ctstch文件作为约束,而CCOpt Native直接用命令进行约束,命令基本都能跟ctstch对应上。比如原来的AutoCTSRootPin对应create_ccopt_clock_tree,等等。无 阅读全文

posted @ 2020-06-06 20:45 learnsure 阅读(2152) 评论(1) 推荐(1)

innovus 创建当日日期的文件夹
摘要:innovus 新建一个以当日的日期的文件夹,可以如下方式 set date [clock format [clock seconds] -format %h%d_%H_%M] mkdir -p ../output/$date icc那种 set date [sh date +%H%d],在inno 阅读全文

posted @ 2020-06-05 21:59 learnsure 阅读(667) 评论(0) 推荐(0)

clock tree 做长做短在icc和innovus的对比
摘要:1.时钟树做长做短 icc : set_clock_tree_exceptions -float_pin 0.5 "[get_pins */CK]" innovus: set_ccopt_property insertion_delay 0.5 -pin [get_pins */CK] 2.定义时钟 阅读全文

posted @ 2020-06-01 11:49 learnsure 阅读(8462) 评论(0) 推荐(0)

innovus 自学之 摆放数模接口port
摘要:1.用save.io格式,loadIofile 2. 用editPin命令,这种port会自动放到track上 3. 用editPin命令,这种port不会自动放到track上,会严格放到坐标上 阅读全文

posted @ 2020-04-16 16:03 learnsure 阅读(4512) 评论(0) 推荐(0)

innovus 自学之 一些小命令
摘要:1.innovus打印报告不换行 2.innovus cell orientation 和icc cell orientation对比 3.删除线的方法 4.report_timing显示格式 5.手动根据打power stripe 和power ring等 6. 连接std cell的 power 阅读全文

posted @ 2020-04-09 16:57 learnsure 阅读(7311) 评论(0) 推荐(0)

innovus 自学小技巧之floorplan
摘要:1.不规则floorplan 阅读全文

posted @ 2020-04-09 16:40 learnsure 阅读(3845) 评论(0) 推荐(1)

导航