Commit e86a12a7 authored by Karen Xie's avatar Karen Xie

add copyright header to bash scripts

parent c7ead155
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
# This script is designed for general as well as stress testing. VF distruction can be done by appropriately
# configuring pf_nvf_lst.
#
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple run script to test QDMA in VF AXI-MM mode.
#
# VF AXI-MM Transfer
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple run script to test QDMA in AXI-MM and AXI-St mode.
#
# AXI-MM Transfer
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
# Simple run script to test QDMA in VF AXI-ST mode.
#
# VF AXI-ST Transfer
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple script to automate the VF regression testing using gtest framework
#
# This script will insert the module, configure the qmax_vfs, and instantiate
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 1 ]; then
echo "Invalid arguements."
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 2 ]; then
echo "$0: <w1> <w0>"
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 2 ]; then
echo "$0: <w1> <w0>"
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 5 ]; then
echo "$0: <w4> <w3> <w2> <w1> <w0>"
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 4 ]; then
echo "$0: <w3> <w2> <w1> <w0>"
......
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ -z $1 ] || [ $1 == '-h' ]
then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment