Commit 35a0c4a9 authored by Tristan Gingold's avatar Tristan Gingold

Minor changes to ensure hdlmake completion.

parent 42deced5
target = "xilinx" target = "xilinx"
action = "synthesis" action = "synthesis"
fetchto = "../../../ip_cores" # fetchto = "../../../ip_cores"
syn_device = "xc6slx150t" syn_device = "xc6slx150t"
syn_grade = "-3" syn_grade = "-3"
......
...@@ -3,9 +3,9 @@ files = [ "synthesis_descriptor.vhd", "svec_top.vhd", "svec_top.ucf" ] ...@@ -3,9 +3,9 @@ files = [ "synthesis_descriptor.vhd", "svec_top.vhd", "svec_top.ucf" ]
fetchto = "../../ip_cores" fetchto = "../../ip_cores"
modules = { modules = {
"local" : [ "../../../rtl/wrnc", "local" : [ "../../../ip_cores/mock-turtle",
"../node_template", "../node_template",
"../../../ip_cores/fine-delay/hdl", "../../../ip_cores/fine-delay/hdl",
"../../../ip_cores/fmc-tdc/hdl/rtl", "../../../ip_cores/fmc-tdc/hdl/rtl",
"../../../ip_cores/vme64x-core" ], "../../../ip_cores/vme64x-core" ],
} }
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