18 lines
560 B
Makefile
18 lines
560 B
Makefile
####################################################################################
|
|
## Copyright 2018(c) Analog Devices, Inc.
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_mc_controller
|
|
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += axi_mc_controller.v
|
|
GENERIC_DEPS += control_registers.v
|
|
GENERIC_DEPS += delay.v
|
|
GENERIC_DEPS += motor_driver.v
|
|
|
|
XILINX_DEPS += axi_mc_controller_constr.xdc
|
|
XILINX_DEPS += axi_mc_controller_ip.tcl
|
|
|
|
include ../scripts/library.mk
|