Commit 523c14ee authored by Tristan Gingold's avatar Tristan Gingold

Manifest.py: move set of fetchto

to the Manifest.py which needs it
parent 6ded333c
......@@ -20,11 +20,6 @@ quartus_preflow = "scripts/quartus_preflow.tcl"
quartus_postmodule = "scripts/gen_programming_files.tcl"
# Allow the user to override fetchto using:
# hdlmake -p "fetchto='xxx'"
if locals().get('fetchto', None) is None:
fetchto = "../../dependencies"
files = [
"A25_top.sdc",
]
......
......@@ -2,6 +2,11 @@
#
# SPDX-License-Identifier: CERN-OHL-S-2.0+
# Allow the user to override fetchto using:
# hdlmake -p "fetchto='xxx'"
if locals().get('fetchto', None) is None:
fetchto = "../../dependencies"
modules = {
"local" : [
"../16z000-00_src/",
......
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