v_vcresampler: Update dependency driver version in mdd
Updated video common version to 2.0 to reflect new driver in repo Removed hls generated comments in makefile Signed-off-by: Rohit Consul <rohit.consul@xilinx.com> Acked-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
400437fb0e
commit
bbbb4d5ef6
2 changed files with 1 additions and 8 deletions
|
@ -35,7 +35,7 @@ BEGIN driver v_vcresampler
|
|||
|
||||
OPTION supported_peripherals = (v_vcresampler_v1_0 );
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION DEPENDS = (video_common_v1_1);
|
||||
OPTION DEPENDS = (video_common_v2_0);
|
||||
OPTION copyfiles = all;
|
||||
OPTION name = v_vcresampler;
|
||||
OPTION version = 1.0;
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
# ==============================================================
|
||||
# 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.
|
||||
#
|
||||
# ==============================================================
|
||||
|
||||
COMPILER=
|
||||
ARCHIVER=
|
||||
CP=cp
|
||||
|
|
Loading…
Add table
Reference in a new issue