-
Notifications
You must be signed in to change notification settings - Fork 205
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
Comments
No, I don't have the board.
You need to add board/vcu118 directory with board support files. |
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? |
No, it is not a problem. |
Hi Eugene, But I get a warning during the implementation, which is probably important (see below). Do I have to explicitly add the pins of the ddr4 interface port in the xdc? The vc707 uses a different approach, it uses an XML .prj file in which a pin selection is present. In the vcu1525 config I couldn't discover the way that the relevant pins are added to the design. Also I saw a riscv_wrapper.v that is included in the vcu1525 case, would this also be needed for my setup?
|
If your have vcu118 board file in Vivado, you can tell Vivado to use pins from that file instead of xdc.
The file is workaround for Vivado inability to handle GTs in a block design. |
"MicroBlaze Debug Module at USER2" is not expected. It looks like a wrong bitstream. The RTL in this repo does not use MicroBlaze. |
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!
The text was updated successfully, but these errors were encountered: