Commit 4589bf4f authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

Manifest: include only proper chipscope ngc depending on FPGA model

parent 60ad9a10
files =["chipscope_icon.ngc",
"chipscope_ila.ngc",
"chipscope_virtex5_icon.ngc",
"chipscope_virtex5_ila.ngc" ]
if (syn_device[0:4].upper()=="XC6S"): # Spartan6
files = ["chipscope_spartan6_icon.ngc", "chipscope_spartan6_ila.ngc"]
elif (syn_device[0:4].upper()=="XC5V"): # Virtex5
files = ["chipscope_virtex5_icon.ngc", "chipscope_virtex5_ila.ngc" ]
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