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 support for VCU118 #210

Open
cassebas opened this issue Feb 28, 2024 · 3 comments
Open

Add support for VCU118 #210

cassebas opened this issue Feb 28, 2024 · 3 comments

Comments

@cassebas
Copy link

Hi Eugene,
At work I can use a VCU118 FPGA. Could you add support for this board?
Or, if you give me some pointers on how to add the necessary files/configuration, I can try to add support myself.
Thnx!

@eugene-tarassov
Copy link
Owner

Could you add support for this board?

No, I don't have the board.

if you give me some pointers

You need to add board/vcu118 directory with board support files.
Use other board directories as example, board/vc707 would be most suitable in this case.
Copy files from board/vc707 and changed/rework them for the new board.

@cassebas
Copy link
Author

I am working on reworking the vc707 board files and make them work with the vcu118. I have a question about the memory interface. I see in the board/vc707 directory several .prj files that I think are generated by the MIG tool within Vivado? I want to try and generate these files for the vcu118, but the memory on the vcu118 is DDR4 instead of DDR3. Is this a problem? For example, the user guide of the vcu118 talks about 80-bits wide interface to the memory modules.

Will the rocket core be able to use DDR4?

@eugene-tarassov
Copy link
Owner

but the memory on the vcu118 is DDR4 instead of DDR3. Is this a problem?

No, it is not a problem.
You can use u200, u250 or vcu1525 boards as example, they also have DDR4.

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