spiOverJtag/build.py: gzip file must be produces for all Xilinx devices

This commit is contained in:
Gwenhael Goavec-Merou 2025-09-17 20:16:03 +02:00
parent 06b4e2f143
commit 5e67fee9f5
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ backend = get_edatool(tool)(edam=edam, work_root=build_dir)
backend.configure()
backend.build()
if tool == "vivado":
if tool in ["vivado", "ise"]:
import shutil
import subprocess
import gzip