Commit 436abe6d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

testbench: trivial fix of paths in the Manifest

parent fd86db70
......@@ -5,5 +5,10 @@ vlog_opt="+incdir+../../sim +incdir+gn4124_bfm"
files = [ "main.sv" ]
modules = { "local" : [ "../..", "../../top/spec_1_1/wr_core_demo", "../../../general-cores", "../../../gn4124-core", "../../../etherbone-core", "gn4124_bfm"] }
modules = { "local" : [ "../..",
"../../top/spec_1_1/wr_core_demo",
"../../ip_cores/general-cores",
"../../ip_cores/gn4124-core",
"../../ip_cores/etherbone-core",
"gn4124_bfm"] }
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