Commit 7498609f authored by Pascal Bos's avatar Pascal Bos

renamed pci to pcie, moved to bd format

parent 137f5dbd
modules = { "local" : [
modules = { "local" : [
"pcie"
]}
files = [ ];
# Be sure 'target' is defined.
try:
target
except NameError:
target = ""
# Target specific modules.
if target == "xilinx":
if (syn_device[0:6].upper()=="XC7Z03" or# Family 7 (ZYNQ Z030,Z035 Z045)
syn_device[0:7].upper()=="XC7Z045"):
files.extend(["xilinx/processing_system_pcie.bd" ]);
files = [ ];
# Be sure 'target' is defined.
try:
target
except NameError:
target = ""
# Target specific modules.
if target == "xilinx":
if (syn_device[0:6].upper()=="XC7Z03" or# Family 7 (ZYNQ Z030,Z035 Z045)
syn_device[0:7].upper()=="XC7Z045"):
files.extend(["xilinx/processing_system_pcie.tcl" ]);
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment