DFM加dummy metal fix metal density 的时候,想把插入的的dummy metal 做为一个instance cell
保存的top module 的下一级,使用ICC命令如下;
insert_metal_filler -out meta_filler -tie_none -from_metal 1 -to_metal 4 \
-insert_as_instance metal_filler
运行命令后会把 metal_filler 作为一个instance 插入在top cell 的下一级,但是保存的时候就会报错,不能成功保存。
icc_shell> save_mw_cel -hierarchy -design "top.CEL;2"
Information: Performing CEL netlist consistency check. (MWDC-118)
Error: A physical-only cell instance metal_filler(0x69a23) has no parent hierarchy. (MWDC-178)
Error: CEL consistency check failed. (MWDC-100)
使用的是ICC 2009.06 和2011版本都保存不成功,请教各位版主和大牛怎样解决这个问题?