Commit e86a12a7 authored by Karen Xie's avatar Karen Xie

add copyright header to bash scripts

parent c7ead155
#!/bin/bash #!/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 # This script is designed for general as well as stress testing. VF distruction can be done by appropriately
# configuring pf_nvf_lst. # configuring pf_nvf_lst.
# #
......
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple run script to test QDMA in VF AXI-MM mode. # Simple run script to test QDMA in VF AXI-MM mode.
# #
# VF AXI-MM Transfer # VF AXI-MM Transfer
......
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple run script to test QDMA in AXI-MM and AXI-St mode. # Simple run script to test QDMA in AXI-MM and AXI-St mode.
# #
# AXI-MM Transfer # AXI-MM Transfer
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
# Simple run script to test QDMA in VF AXI-ST mode. # Simple run script to test QDMA in VF AXI-ST mode.
# #
# VF AXI-ST Transfer # VF AXI-ST Transfer
......
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple script to automate the VF regression testing using gtest framework # Simple script to automate the VF regression testing using gtest framework
# #
# This script will insert the module, configure the qmax_vfs, and instantiate # This script will insert the module, configure the qmax_vfs, and instantiate
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo "Invalid arguements." echo "Invalid arguements."
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "$0: <w1> <w0>" echo "$0: <w1> <w0>"
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "$0: <w1> <w0>" echo "$0: <w1> <w0>"
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 5 ]; then if [ $# -lt 5 ]; then
echo "$0: <w4> <w3> <w2> <w1> <w0>" echo "$0: <w4> <w3> <w2> <w1> <w0>"
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ $# -lt 4 ]; then if [ $# -lt 4 ]; then
echo "$0: <w3> <w2> <w1> <w0>" echo "$0: <w3> <w2> <w1> <w0>"
......
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if [ -z $1 ] || [ $1 == '-h' ] if [ -z $1 ] || [ $1 == '-h' ]
then 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