Skip to content

Commit

Permalink
Add support for the Cyclone II
Browse files Browse the repository at this point in the history
  • Loading branch information
uint69-t committed Mar 27, 2024
1 parent 061bf39 commit 089bc5a
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 089bc5a

Please sign in to comment.