1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/parallella/fpga/parallella_base/system_params.tcl
2020-01-28 18:12:57 -05:00

28 lines
567 B
Tcl

# NOTE: See UG1118 for more information
#########################################
# VARIABLES
#########################################
set design parallella_base
set projdir ./
set root "../../.."
set partname "xc7z020clg400-1"
set hdl_files [list \
$root/parallella/hdl \
$root/common/hdl/ \
$root/emesh/hdl \
$root/emmu/hdl \
$root/axi/hdl \
$root/emailbox/hdl \
$root/edma/hdl \
$root/elink/hdl \
]
set ip_files [list \
$root/xilibs/ip/fifo_async_104x32.xci \
]
set constraints_files []