blob: 9a05e31463038e480caa5f0ba8d4a2662713c287 [file] [log] [blame]
#SPDX-FileCopyrightText: 2020 Anish Singhani
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# SPDX-License-Identifier: Apache-2.0
if [ "$1" == "" ] || [ $# -gt 1 ]; then
echo "Usage: $0 <path to accelerator_top run>"
exit 0
fi
cp $1/results/routing/accelerator_top.def def/accelerator_top.def
cp $1/results/magic/accelerator_top.gds gds/accelerator_top.gds
cp $1/results/magic/accelerator_top.lef lef/accelerator_top.lef
cp $1/results/magic/accelerator_top.lef.mag maglef/accelerator_top.mag
cp $1/results/magic/accelerator_top.mag mag/accelerator_top.mag
cp $1/results/magic/accelerator_top.spice spi/lvs/accelerator_top.spice