Commit 5d49a112 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: move Xilinx UCF files for SPEC and SVEC into the syn/ folder.

This allows to use the same top level vhd for different synthesis targets. Example, we can use the
spec_ref_design from top/ in two different syn/, one for a SPEC45T and another one for a SPEC150T.
parent a5838912
......@@ -11,4 +11,12 @@ syn_project = "spec_wr_ref.xise"
syn_tool = "ise"
modules = { "local" : "../../top/spec_ref_design/"}
files = [
"spec_wr_ref_top.ucf",
]
modules = {
"local" : [
"../../top/spec_ref_design/",
],
}
......@@ -11,8 +11,12 @@ syn_project = "svec_wr_ref.xise"
syn_tool = "ise"
files = [
"svec_wr_ref_top.ucf",
]
modules = {
"local" : [
"../../top/svec_ref_design/",
]
],
}
......@@ -2,7 +2,6 @@ fetchto = "../../ip_cores"
files = [
"spec_wr_ref_top.vhd",
"spec_wr_ref_top.ucf",
]
modules = {
......
......@@ -2,7 +2,6 @@ fetchto = "../../ip_cores"
files = [
"svec_wr_ref_top.vhd",
"svec_wr_ref_top.ucf",
]
modules = {
......
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