mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
spiOverJtag/build.py: gzip file must be produces for all Xilinx devices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user