Commit 5d852cc7 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

re-done manifests to distinguish between Altera and Xilinx synthesis targets

parent da5a9d35
fetchto = "ip_cores"
modules = {"local" :
[ "platform/xilinx/wr_gtp_phy",
[ "platform",
"modules/fabric",
"modules/wr_tbi_phy",
"modules/timing",
......
if target=="altera":
modules = {"local" : "altera"}
elif target=="xilinx":
modules = {"local" : "xilinx"}
\ No newline at end of file
modules = {"local":"wr_gxb_phy_arria2"}
\ No newline at end of file
files = ["altgx_reconf.vhd",
"arria_phy.vhd",
"wr_gxb_phy_arriaii.vhd" ];
if (action == "simulation"):
modules = { "local" : "sim" };
\ No newline at end of file
modules = {"local" : ["wr_gtp_phy", "chipscope"]}
\ No newline at end of file
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