tie all spare cell input pins to high by using ICC insert_spare_cells ?
时间:03-15
整理:3721RD
点击:
Sirs,I used ICC command "insert_spare_cells" to do spare cell insertion and spreading, like the example below:
icc_shell > insert_spare_cells -num_cells$ICC_SPARE_NUM_CELLS-cell_name ICC_SPARE_CELL -tie-hier_cell U_ICC_SPARE
icc_shell > spread_spare_cells [get_cells U_ICC_SPARE/ICC_SPARE_CELL*] -bbox$ICC_SPARE_AREA
but all the input pins of those spare cells aboutare tie to low or TIELO cell.
How to change all input pins tie to high or TIEHI cell by the correct command?
(don't use other tcl commands to do modification further)
thanks,
icc_shell > insert_spare_cells -num_cells$ICC_SPARE_NUM_CELLS-cell_name ICC_SPARE_CELL -tie-hier_cell U_ICC_SPARE
icc_shell > spread_spare_cells [get_cells U_ICC_SPARE/ICC_SPARE_CELL*] -bbox$ICC_SPARE_AREA
but all the input pins of those spare cells aboutare tie to low or TIELO cell.
How to change all input pins tie to high or TIEHI cell by the correct command?
(don't use other tcl commands to do modification further)
thanks,
你再执行一遍connect_tie_cells