You've already forked gitified_old_clb_svn
9 lines
319 B
Python
9 lines
319 B
Python
def __helper():
|
|
dirs = []
|
|
if syn_device[:1] == "5": dirs.extend(["wr_arria5_phy", "arria5_pll"])
|
|
if syn_device[:4] == "ep2a": dirs.extend(["wr_arria2_phy", "arria2_pll"])
|
|
return dirs
|
|
|
|
files = [ "altera_pkg.vhd", "altera_butis.vhd", "altera_phase.vhd", "altera_reset.vhd" ]
|
|
modules = {"local": __helper() }
|