mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
31 lines
649 B
Tcl
31 lines
649 B
Tcl
# NOTE: See UG1118 for more information
|
|
|
|
#########################################
|
|
# VARIABLES
|
|
#########################################
|
|
set design axi_spi
|
|
set projdir ./
|
|
set root "../.."
|
|
set partname "xc7z020clg400-1"
|
|
|
|
set hdl_files [list \
|
|
$root/spi/hdl \
|
|
$root/common/hdl/ \
|
|
$root/emesh/hdl \
|
|
$root/emmu/hdl \
|
|
$root/axi/hdl \
|
|
$root/emailbox/hdl \
|
|
$root/edma/hdl \
|
|
$root/elink/hdl \
|
|
$root/parallella/hdl \
|
|
]
|
|
|
|
set ip_files []
|
|
|
|
set constraints_files [list \
|
|
../../parallella/fpga/parallella_io.xdc \
|
|
../../parallella/fpga/parallella_7020_io.xdc \
|
|
./axi_spi_timing.xdc \
|
|
]
|
|
|