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