#!/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 |