proteus-core / proteus

The SpinalHDL design of the Proteus core, an extensible RISC-V core.
MIT License
36 stars 8 forks source link

Is proteus ready for FPGA boards? #3

Closed Trolldemorted closed 1 year ago

Trolldemorted commented 1 year ago

Hey,

Did you ever try to run proteus on FPGA boards like the Xilinx VCU-118? Is it mature enough to try that?

martonbognar commented 1 year ago

Hi! I personally have only synthesized Proteus for FPGAs in Xilinx Vivado but haven't run it on physical boards. We might have some collaborators though, who have loaded it onto a physical board; I will try to get more information.

I will also upload the other files needed to synthesize the project with some instructions. Are you planning to try it out? I would be interested in how easily it goes!

fpiessens commented 1 year ago

Hi! Our collaborators have put various Proteus variants on a Zynq UltraScale+ XCZU9EG FPGA using the Xilinx Vivado tools. They also deployed several Proteus variants on the lower-end Arty A7-35T XC7A35TICSG324-1L FPGA board.

You can find more details in Chapter 4 of Thomas Van Strydonck's PhD thesis: https://lirias.kuleuven.be/3750264

Hope this helps!