/******************************************************************************
* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
******************************************************************************/

axi-qos
===================================
Xilinx copyright 2021

This application is to set QOS value for AXI ports
 on ZYNQMP platform

usage: axi-qos [OPTIONS]

axi-qos -s <val> -t <qos type> -p <port num>

axi-qos -g -t <qos type> -p <port num>

-s represents set qos value :range[0-0xf]

-g represents get qos value for the given port

-t represents qos type :range[1-4]
1-read qos
2-write qos
3-outstanding_rdissue
4-outstanding_wrissue

-p represents port no
 0-HPC0
 1-HPC1
 2-HP0
 3-HP1
 4-HP2
 5-HP3
 6-All ports

-v represents version



