blob: d8ee6156881d373ca1e5427c3432abd692ccf671 [file]
#!/bin/bash
# Copyright 2020 Project U-Ray Authors
#
# 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.
set -ex
for bit in $1/specimen_clk/rclkroute*.bit; do
../tools/dump_bitstream $bit $1/frames.txt > ${bit%.bit}.dump
python3 ../tools/bits_to_tiles.py $1/tilebits.json ${bit%.bit}.dump > ${bit%.bit}.tbits
done