Which parts in src directory is the interface to connect to the FPGA? #3147
Answered
by
CLappin
allencho1222
asked this question in
Q&A
-
I hope that it is possible for me to boot Rocket-chip on FPGA except Zynq board(which is currently supported). Are there any guide to boot Rocket-chip on FPGA that is not Zynq? If not, which parts should I look at? |
Beta Was this translation helpful? Give feedback.
Answered by
CLappin
Jan 15, 2018
Replies: 1 comment
-
Hi, Yes it is possible to boot the rocket-chip from other FPGA providers. I'm not sure if there are any guides to doing this. Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michael-etzkorn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Yes it is possible to boot the rocket-chip from other FPGA providers. I'm not sure if there are any guides to doing this.
The ExampleRocketSystem is the example top level module that you should look for in the generated source code.
Regards,
Ciaran