Skip to content
Snippets Groups Projects
Commit 7138ee45 authored by A. Hahn's avatar A. Hahn
Browse files

networks/Manifest.py: removed arria10_gx stuff

parent 6b5f9228
No related merge requests found
def __helper():
files = [ "altera_networks_pkg.vhd" ]
if syn_device[:2] == "10": files.extend(["arria10gx_networks.qip"])
if syn_device[:1] == "5": files.extend(["arria5_networks.qip"])
if syn_device[:6] == "ep2agx": files.extend(["arria2gx_networks.qip"])
return files
......
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