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

hdl: fix SVEC synthesis

parent e6954335
......@@ -18,6 +18,11 @@ syn_tool = "ise"
if locals().get('fetchto', None) is None:
fetchto = "../../ip_cores"
# Ideally this should be done by hdlmake itself, to allow downstream Manifests to be able to use the
# fetchto variable independent of where those Manifests reside in the filesystem.
import os
fetchto = os.path.abspath(fetchto)
files = [
"buildinfo_pkg.vhd",
"sourceid_svec_fine_delay_top_pkg.vhd",
......
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