From 5e67fee9f5459b32136b0fdb07e51330b66eb1ff Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 17 Sep 2025 20:16:03 +0200 Subject: [PATCH] spiOverJtag/build.py: gzip file must be produces for all Xilinx devices --- spiOverJtag/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiOverJtag/build.py b/spiOverJtag/build.py index 6156694..35adb45 100755 --- a/spiOverJtag/build.py +++ b/spiOverJtag/build.py @@ -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