Commit 02873972 authored by Dimitris Lampridis's avatar Dimitris Lampridis

syn: use board manifest for spec, svec and vfchd ref designs

parent 83ca35b0
board = "spec"
target = "xilinx"
action = "synthesis"
......
board = "svec"
target = "xilinx"
action = "synthesis"
......
board = "vfchd"
target = "altera"
action = "synthesis"
......
......@@ -8,7 +8,6 @@ files = [
modules = {
"local" : [
"../../",
"../../board/spec",
],
"git" : [
"git://ohwr.org/hdl-core-lib/general-cores.git",
......
......@@ -8,7 +8,6 @@ files = [
modules = {
"local" : [
"../../",
"../../board/svec",
],
"git" : [
"git://ohwr.org/hdl-core-lib/general-cores.git",
......
......@@ -11,7 +11,6 @@ files = [
modules = {
"local" : [
"../../",
"../../board/vfchd",
],
"git" : [
"git://ohwr.org/hdl-core-lib/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