
This patch supports HIP based video processing subsystem by reorganizing the HLS generated code to align with xilinx driver guidelines. Signed-off-by: Rohit Consul <rohit.consul@xilinx.com> Reviewed-by: Andrei Simion <andreis@xilinx.com>
18 lines
506 B
Text
Executable file
18 lines
506 B
Text
Executable file
# ==============================================================
|
|
# File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
|
|
# Version: 2015.1
|
|
# Copyright (C) 2015 Xilinx Inc. All rights reserved.
|
|
#
|
|
# ==============================================================
|
|
|
|
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver v_hscaler
|
|
|
|
OPTION supported_peripherals = (v_hscaler_v1_0 );
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION copyfiles = all;
|
|
OPTION name = v_hscaler;
|
|
OPTION version = 1.0;
|
|
|
|
END driver
|