Commit f6f20976 authored by Tristan Gingold's avatar Tristan Gingold

isa-testsuite: use fetchto

parent 634ce1b1
......@@ -5,9 +5,11 @@ syn_device="xc6slx150t"
action = "simulation"
target = "xilinx"
include_dirs=["../../rtl", "../include"]
fetchto = "../../ip_cores"
vcom_opt="-mixedsvvh l"
files = [ "main.sv" ];
modules = {"local" : [ "../../rtl", "../../ip_cores/general-cores" ] }
modules = {"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