Commit 8e2745f6 authored by Dimitris Lampridis's avatar Dimitris Lampridis

golden: remove Xilinx ISE project file and introduce hdlmake Manifest.py for synthesis

sfpga_bootloader: remove Xilinx ISE project file and update hdlmake Manifest.py for synthesis

Solves #1642
parent cf49b099
target = "xilinx"
action = "synthesis"
syn_device = "xc6slx150t"
syn_grade = "-3"
syn_package = "fgg900"
syn_top = "svec_top"
syn_project = "svec_top.xise"
syn_tool = "ise"
modules = {
"local" : [
"../../top/golden",
],
}
fetchto="../../ip_cores"
This diff is collapsed.
......@@ -8,5 +8,6 @@ syn_grade = "-2"
syn_package = "ftg256"
syn_top = "svec_sfpga_top"
syn_project = "svec_sfpga.xise"
syn_tool = "ise"
modules = { "local" : [ "../../top/sfpga_bootloader", "../../platform" ] }
This diff is collapsed.
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