Skip to content

Commit

Permalink
Merge pull request #455 from wormyrocks/master
Browse files Browse the repository at this point in the history
Add support for EP4CE6E22 and EP4CE10F17
  • Loading branch information
trabucayre committed May 1, 2024
2 parents 11fd6e0 + 66c47fe commit 0ab5496
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spiOverJtag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ XILINX_PARTS := xc3s500evq100 \
XILINX_BIT_FILES := $(addsuffix .bit.gz,$(addprefix spiOverJtag_, $(XILINX_PARTS)))

ALTERA_PARTS := 10cl025256 10cl016484 10cl055484 \
ep4ce2217 ep4ce1523 ep4ce11523 ep4cgx15027 5ce223 5ce423 5ce523 5ce927
ep4ce622 ep4ce1017 ep4ce2217 ep4ce1523 ep4ce11523 ep4cgx15027 5ce223 5ce423 5ce523 5ce927
ALTERA_BIT_FILES := $(addsuffix .rbf.gz, $(addprefix spiOverJtag_, $(ALTERA_PARTS)))

BIT_FILES := $(ALTERA_BIT_FILES) $(XILINX_BIT_FILES)
Expand Down
2 changes: 2 additions & 0 deletions spiOverJtag/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
"ep4ce11523" : "EP4CE115F23C7",
"ep4ce2217" : "EP4CE22F17C6",
"ep4ce1523" : "EP4CE15F23C8",
"ep4ce1017" : "EP4CE10F17C8",
"ep4ce622" : "EP4CE6E22C8",
"5ce223" : "5CEFA2F23I7",
"5ce523" : "5CEFA5F23I7",
"5ce423" : "5CEBA4F23C8",
Expand Down
Binary file added spiOverJtag/spiOverJtag_ep4ce1017.rbf.gz
Binary file not shown.
Binary file added spiOverJtag/spiOverJtag_ep4ce622.rbf.gz
Binary file not shown.
1 change: 1 addition & 0 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {

/* Altera Cyclone II/III/IV/10 LP */
{0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}},
{0x020f10dd, {"altera", "cyclone III/IV/10 LP", "EP4CE6/EP4CE10", 10}},
{0x020f20dd, {"altera", "cyclone III/IV/10 LP", "EP3C16/EP4CE15/10CL016", 10}},
{0x020f70dd, {"altera", "cyclone III/IV/10 LP", "EP3C120/EP4CE115/10CL120", 10}},
{0x028040dd, {"altera", "cyclone IV GX", "EP4CGX150", 10}},
Expand Down

0 comments on commit 0ab5496

Please sign in to comment.