spiOverJtag/build.py: gzip file must be produces for all Xilinx devices
This commit is contained in:
parent
06b4e2f143
commit
5e67fee9f5
|
|
@ -254,7 +254,7 @@ backend = get_edatool(tool)(edam=edam, work_root=build_dir)
|
||||||
backend.configure()
|
backend.configure()
|
||||||
backend.build()
|
backend.build()
|
||||||
|
|
||||||
if tool == "vivado":
|
if tool in ["vivado", "ise"]:
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
import gzip
|
import gzip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue