Commit 8fd590da authored by A. Hahn's avatar A. Hahn

arria10: simplified folder structure

parent 9a0f9185
def __helper():
dirs = []
if syn_device[:4] == "10as": dirs.extend(["wr_arria10_phy"])
if syn_device[:7] == "10ax027": dirs.extend(["wr_arria10_scu4_phy"])
if syn_device[:7] == "10ax066": dirs.extend(["wr_arria10_phy"])
if syn_device[:7] == "10ax115": dirs.extend(["wr_arria10_e3p1_phy"])
if syn_device[:3] == "10a": dirs.extend(["wr_arria10_phy"])
if syn_device[:1] == "5": dirs.extend(["wr_arria5_phy"])
if syn_device[:4] == "ep2a": dirs.extend(["wr_arria2_phy"])
return dirs
......
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