blob: 60c6b159f5aa77ab8e322f28f731df1f0f0f21fe [file] [log] [blame] [edit]
#!/bin/sh
# Copyright (c) Efabless Corporation. All rights reserved.
# See LICENSE file in the project root for full license information.
input=$1
output=$2
addspacers \
-o ${output}_broken \
-l $MERGED_LEF_UNPADDED \
-f $FILL_CELL $input \
-v \
2>&1 | tee $TERMINAL_OUTPUT ${addspacers_log_file_tag}.log
cp $input $output
sh $SCRIPTS_DIR/mv_components.sh ${output}_broken $output