Commit 01406fd5 authored by Tristan Gingold's avatar Tristan Gingold Committed by Federico Vaga

svec: move ucf file to syn directory

parent 6afd48a6
......@@ -19,7 +19,9 @@ if locals().get('fetchto', None) is None:
fetchto = "../../ip_cores"
files = [
"buildinfo_pkg.vhd", "sourceid_svec_fine_delay_top_pkg.vhd"
"buildinfo_pkg.vhd",
"sourceid_svec_fine_delay_top_pkg.vhd",
"svec_fine_delay_top.ucf"
]
modules = {
......
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CERN-OHL-W-2.0+
files = ["svec_fine_delay_top.vhd", "svec_fine_delay_top.ucf"]
files = ["svec_fine_delay_top.vhd"]
fetchto = "../../ip_cores"
......
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