Commit 329de5a5 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch '7-fix-synthesis-failures' into 'master'

Resolve "Fix synthesis failures"

Closes #7

See merge request be-cem-edl/fec/hardware-modules/vme-sbc-a25-pcie-vme-bridge!4
parents f489f076 73f7b426
......@@ -5,3 +5,6 @@
[submodule "vme-bridge"]
path = dependencies/vme-bridge
url = https://gitlab.cern.ch/be-cem-edl/fec/hardware-modules/vme-bridge.git
[submodule "general-cores"]
path = dependencies/general-cores
url = https://ohwr.org/project/general-cores.git
Subproject commit 225dd70e4cf4f93954414916f57ef1366e12e13b
vme-bridge @ 3f693763
Subproject commit be97fae5f8a0cc18c75f6d1d54c18d5a4652463f
Subproject commit 3f69376366bc044eeecbe6a06a7ee58f87b1e323
......@@ -14,6 +14,8 @@ syn_project = "A25_top"
syn_tool = "quartus"
target="altera"
quartus_preflow = "scripts/quartus_preflow.tcl"
quartus_postmodule = "scripts/gen_programming_files.tcl"
......
......@@ -527,7 +527,7 @@ END COMPONENT;
if (simulation) then
return "../../A25_VME/Source/chameleon.hex";
else
return "../../Source/chameleon.hex";
return "../top/chameleon.hex";
end if;
end function;
......
......@@ -9,8 +9,11 @@ modules = {
"../16z091-01_src/",
"../16z100-00_src/",
"../16z126-01_src/",
"../../dependencies/wb-vme-bridge/hdl/",
]
],
"git" : [
"https://gitlab.cern.ch/be-cem-edl/fec/hardware-modules/vme-bridge.git",
"https://ohwr.org/project/general-cores.git",
],
}
files = [
......
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