Commit d9342f87 authored by Tristan Gingold's avatar Tristan Gingold

simple_tb/Manifest.py: use git module for general-cores

parent 6abee52c
# Allow the user to override fetchto using:
# hdlmake -p "fetchto='xxx'"
if locals().get('fetchto', None) is None:
fetchto = "../../ip_cores"
files = [
"top_tb.vhd",
]
fetchto = "../../ip_cores"
modules = {
"local": [ "../../rtl", fetchto + "/general-cores" ],
"local": [ "../../rtl"],
"git": [ "https://ohwr.org/project/general-cores.git"],
}
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