spiOverJtag: intel/altera cyclone10 LP 10CL016YU484C8G

This commit is contained in:
Gwenhael Goavec-Merou 2023-08-05 11:48:06 +02:00
parent 7424ea2af9
commit 5ac611c124
3 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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",

Binary file not shown.