
HLS generated Layer 1 driver for csc core along with manually written layer 2. Pending update of driver tcl Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
18 lines
494 B
Text
18 lines
494 B
Text
# ==============================================================
|
|
# 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_csc
|
|
|
|
OPTION supported_peripherals = (v_csc_v1_0 );
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION copyfiles = all;
|
|
OPTION name = v_csc;
|
|
OPTION version = 1.0;
|
|
|
|
END driver
|