mirror of https://github.com/openXC7/prjxray.git
17 lines
417 B
Bash
17 lines
417 B
Bash
#!/bin/bash
|
|
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
|
#
|
|
# Use of this source code is governed by a ISC-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/ISC
|
|
#
|
|
# SPDX-License-Identifier: ISC
|
|
|
|
source ${XRAY_GENHEADER}
|
|
|
|
${XRAY_VIVADO} -mode batch -source ../generate.tcl
|
|
|
|
${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o design.bits -z -y design.bit
|
|
python3 ../generate.py
|
|
|