diff --git a/spiOverJtag/Makefile b/spiOverJtag/Makefile index 6d243fa..bc160fa 100644 --- a/spiOverJtag/Makefile +++ b/spiOverJtag/Makefile @@ -15,7 +15,8 @@ XILINX_PARTS := xc3s500evq100 \ xcvu9p-flga2104 xcvu37p-fsvh2892 XILINX_BIT_FILES := $(addsuffix .bit.gz,$(addprefix spiOverJtag_, $(XILINX_PARTS))) -ALTERA_PARTS := 10cl025256 10cl055484 ep4ce2217 ep4ce1523 ep4ce11523 5ce223 5ce423 5ce523 5ce927 +ALTERA_PARTS := 10cl025256 10cl016484 10cl055484 \ + ep4ce2217 ep4ce1523 ep4ce11523 5ce223 5ce423 5ce523 5ce927 ALTERA_BIT_FILES := $(addsuffix .rbf.gz, $(addprefix spiOverJtag_, $(ALTERA_PARTS))) BIT_FILES := $(ALTERA_BIT_FILES) $(XILINX_BIT_FILES) diff --git a/spiOverJtag/build.py b/spiOverJtag/build.py index a80e226..875ae9e 100755 --- a/spiOverJtag/build.py +++ b/spiOverJtag/build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -from edalize import get_edatool +from edalize.edatool import get_edatool import os if len(os.sys.argv) != 2: @@ -151,6 +151,7 @@ if tool in ["ise", "vivado"]: files.append({'name': cst_file, 'file_type': cst_type}) else: full_part = { + "10cl016484": "10CL016YU484C8G", "10cl025256": "10CL025YU256C8G", "10cl055484": "10CL055YU484C8G", "ep4ce11523": "EP4CE115F23C7", diff --git a/spiOverJtag/spiOverJtag_10cl016484.rbf.gz b/spiOverJtag/spiOverJtag_10cl016484.rbf.gz new file mode 100644 index 0000000..61a02fe Binary files /dev/null and b/spiOverJtag/spiOverJtag_10cl016484.rbf.gz differ