Commit 5006fcaa authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: fix SVEC build

parent e78ab980
......@@ -8,6 +8,11 @@ action = "synthesis"
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)
syn_device = "xc6slx150t"
syn_grade = "-3"
syn_package = "fgg900"
......
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