摘要: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
阅读全文
摘要:add_ndr -name ndr_2w3s -spacing_multiplier {M4:M9 3} -width_multiplier {M4:M9 2}exportNdr ndr_2w3s -lef ndr_2w3s.lef
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:############################################# edit by wangnengxue 20200911 ## Email : nengxuew@cadence.com # #########################################
阅读全文
摘要:innovus对字符替换,有专门的命令 string, 目前string用起来感觉和tcl里的regexp,regsub类似,但比regexp regsub用起来更简单,更好用,当然regexp,regsub在innovus里一样也支持的 string用法: 1.想要把某个字符串的第 0 最末尾 想
阅读全文
摘要:****************时钟树的约束格式*****************原来的CTS用ctstch文件作为约束,而CCOpt Native直接用命令进行约束,命令基本都能跟ctstch对应上。比如原来的AutoCTSRootPin对应create_ccopt_clock_tree,等等。无
阅读全文
摘要:innovus 新建一个以当日的日期的文件夹,可以如下方式 set date [clock format [clock seconds] -format %h%d_%H_%M] mkdir -p ../output/$date icc那种 set date [sh date +%H%d],在inno
阅读全文
摘要: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.定义时钟
阅读全文
摘要:1.用save.io格式,loadIofile 2. 用editPin命令,这种port会自动放到track上 3. 用editPin命令,这种port不会自动放到track上,会严格放到坐标上
阅读全文
摘要:1.innovus打印报告不换行 2.innovus cell orientation 和icc cell orientation对比 3.删除线的方法 4.report_timing显示格式 5.手动根据打power stripe 和power ring等 6. 连接std cell的 power
阅读全文