2015-11-06 14:11:46 -05:00
|
|
|
# NOTE: See UG1118 for more information
|
|
|
|
|
|
|
|
#########################################
|
|
|
|
# VARIABLES
|
|
|
|
#########################################
|
|
|
|
set design parallella_base
|
|
|
|
set projdir ./
|
|
|
|
set root "../../.."
|
|
|
|
set partname "xc7z020clg400-1"
|
|
|
|
|
|
|
|
set hdl_files [list \
|
2015-11-30 15:07:28 -05:00
|
|
|
$root/parallella/hdl \
|
|
|
|
$root/common/hdl/ \
|
2015-11-06 14:11:46 -05:00
|
|
|
$root/emesh/hdl \
|
|
|
|
$root/emmu/hdl \
|
2015-11-30 15:07:28 -05:00
|
|
|
$root/axi/hdl \
|
2015-11-06 14:11:46 -05:00
|
|
|
$root/emailbox/hdl \
|
|
|
|
$root/edma/hdl \
|
|
|
|
$root/elink/hdl \
|
|
|
|
]
|
|
|
|
|
|
|
|
set ip_files [list \
|
2015-11-13 16:21:53 -05:00
|
|
|
$root/xilibs/ip/fifo_async_104x32.xci \
|
2015-11-06 14:11:46 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
set constraints_files []
|
|
|
|
|