We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to get Cyclone V CEBA9 run I did the following change:
diff --git a/src/part.hpp b/src/part.hpp index 512924e..3f4edd3 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -71,6 +71,7 @@ static std::map <int, fpga_model> fpga_list = { {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}}, + {0x02b140dd, {"altera", "cyclone V", "5CEBA9", 10}}, {0x02b150dd, {"altera", "cyclone V", "5CEA2", 10}}, {0x02b050dd, {"altera", "cyclone V", "5CEBA4", 10}}, {0x02b220dd, {"altera", "cyclone V", "5CEFA5", 10}},
After that this works:
openFPGALoader -c ft2232 blink.svf -v
The text was updated successfully, but these errors were encountered:
part: add 5CEBA9 entry (issue #213)
b12d174
5CEBA9 IDCODE is now added. Thanks!
Sorry, something went wrong.
No branches or pull requests
In order to get Cyclone V CEBA9 run I did the following change:
After that this works:
openFPGALoader -c ft2232 blink.svf -v
The text was updated successfully, but these errors were encountered: