|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Dear guys,
I used following tcl commands to insert spare anntenna cells and try to connect them to tie cell's ports in ICC, but it is failed.
TCL cmd1:
insert_spare_cells -num_cells "ANTENNA 30" -cell_name ICC_SPARE_ANTENNA -tie -hier_cell U_ICC_SPARE -skip_legal
TCL_cmd2:
connect_tie_cells -tie_high_lib_cell $ICC_TIE_HIGH_CELL -tie_low_lib_cell $ICC_TIE_LOW_CELL \
-tie_high_port_name $ICC_TIE_HIGH_PORT \
-tie_low_port_name $ICC_TIE_LOW_PORT \
-max_fanout $ICC_TIE_MAX_FANOUT \
-max_wirelength $ICC_TIE_MAX_WIRELENGTH \
-objects [get_cells "U_ICC_SPARE/ICC_SPARE_*" ] \
-obj_type cell_inst \
-incremental true
The final output verilog looks like this "ANTENNA ICC_SPARE_ANTENNA_0 (.A ( 1'b0 )) ;".
The expected result should be in this format "ANTENNA ICC_SPARE_ANTENNA_0 (.A ( TIELO_U7_NET));"
Can someone tech me to fix this problem? thank you in advance. |
|