Commit 55d2e8cc authored by Pascal Bos's avatar Pascal Bos Committed by Peter Jansweijer

added processing_system_pcie.bd

parent 768dbac1
modules = {
"local" : [
"modules/axi",
"modules/axi",
"modules/common",
"modules/genrams",
"modules/pci",
"modules/wishbone",
"platform"
]
......
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" ]);
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