Commit 53dd7e43 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

board: added template files for an Artix version of SVEC7

parent 4482c478
try:
if board in ["spec", "svec", "vfchd", "common", "svec7"]:
if board in ["spec", "svec", "vfchd", "common", "svec7", "svec7a"]:
modules = {"local" : [ board ] }
except NameError:
pass
files = [
"wr_svec7_pkg.vhd",
"xwrc_board_svec7.vhd"
# "wrc_board_svec.vhd",
]
modules = {
"local" : [
"../common",
]
}
This diff is collapsed.
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