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