Commit 8975076d authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: fix fetchto variable in Manifests

parent fc84eda0
...@@ -13,8 +13,6 @@ syn_top = "svec_list_top" ...@@ -13,8 +13,6 @@ syn_top = "svec_list_top"
syn_project = "svec_list_tdc_fd.xise" syn_project = "svec_list_tdc_fd.xise"
syn_tool ="ise" syn_tool ="ise"
fetchto = "../../../../dependencies"
syn_post_project_cmd = "$(TCL_INTERPRETER) " + \ syn_post_project_cmd = "$(TCL_INTERPRETER) " + \
fetchto + "/general-cores/tools/sdb_desc_gen.tcl " + \ fetchto + "/general-cores/tools/sdb_desc_gen.tcl " + \
syn_tool + " $(PROJECT_FILE)" syn_tool + " $(PROJECT_FILE)"
......
...@@ -10,8 +10,6 @@ target = "xilinx" ...@@ -10,8 +10,6 @@ target = "xilinx"
syn_device = "xc6slx150t" syn_device = "xc6slx150t"
vcom_opt = "-93 -mixedsvvh" vcom_opt = "-93 -mixedsvvh"
fetchto = "../../../dependencies"
include_dirs = [ include_dirs = [
"../../ip_cores/mock-turtle/hdl/testbench/include/", "../../ip_cores/mock-turtle/hdl/testbench/include/",
"../../ip_cores/mock-turtle/hdl/testbench/include/regs/", "../../ip_cores/mock-turtle/hdl/testbench/include/regs/",
......
...@@ -2,6 +2,8 @@ files = [ ...@@ -2,6 +2,8 @@ files = [
"svec_list_top.vhd", "svec_list_top.vhd",
] ]
fetchto = "../../../../dependencies"
modules = { modules = {
"local" : [ "local" : [
"../../../ip_cores/wr-cores/board/svec", "../../../ip_cores/wr-cores/board/svec",
......
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