Skip to content
New issue

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

Add Intel CycloneV CEBA9 to part.hpp #213

Closed
el-coder-sb opened this issue Apr 11, 2022 · 1 comment
Closed

Add Intel CycloneV CEBA9 to part.hpp #213

el-coder-sb opened this issue Apr 11, 2022 · 1 comment

Comments

@el-coder-sb
Copy link

el-coder-sb commented Apr 11, 2022

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

@el-coder-sb el-coder-sb changed the title [Request] Add support for Intel CycloneV CEBA9 Add support for Intel CycloneV CEBA9 Apr 11, 2022
@el-coder-sb el-coder-sb changed the title Add support for Intel CycloneV CEBA9 Add Intel CycloneV CEBA9 to part.hpp Apr 11, 2022
trabucayre added a commit that referenced this issue Apr 11, 2022
@trabucayre
Copy link
Owner

5CEBA9 IDCODE is now added.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants