1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/gpio/fpga/ip_params.tcl
aolofsson 289024fd89 Flattening directory tree (again)
- Creating an arbitrary 'src' directory really doesn't help much...
- Goal is to make each folder self contained
- Make meta repos and individual repos have the same directory structure
2022-06-21 14:48:48 -04:00

24 lines
439 B
Tcl

# NOTE: See UG1118 for more information
set design parallella_gpio
set projdir ./
set root "../.."
set partname "xc7z020clg400-1"
set hdl_files [list \
$root/gpio/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 []