Skip to content

Commit

Permalink
Merge pull request #449 from uint69-t/master
Browse files Browse the repository at this point in the history
Add support for the Cyclone II
  • Loading branch information
trabucayre authored Mar 28, 2024
2 parents 061bf39 + 089bc5a commit 559aaa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Altera */
/**************************************************************************/

/* Altera Cyclone III/IV/10 LP */
/* Altera Cyclone II/III/IV/10 LP */
{0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}},
{0x020f20dd, {"altera", "cyclone III/IV/10 LP", "EP3C16/EP4CE15/10CL016", 10}},
{0x020f70dd, {"altera", "cyclone III/IV/10 LP", "EP3C120/EP4CE115/10CL120", 10}},

Expand Down

0 comments on commit 559aaa6

Please sign in to comment.