samitbasu / rust-hdl

A framework for writing FPGA firmware using the Rust Programming Language
Other
281 stars 14 forks source link

Support for BeagleV-Fire #33

Open jimkring opened 8 months ago

jimkring commented 8 months ago

https://www.beagleboard.org/boards/beaglev-fire image

I'm curious what it might take to get rust-hdl working with this new open source hardware.

Microchip® Polarfire® MPFS025T SoC FPGA FPGA Fabric

23K logic elements (4-input LUT + DFF)
68 Math blocks (18×18 MACC)
4 SerDes lanes of 12.7 Gbps
samitbasu commented 3 months ago

It should be pretty simple if someone can develop the toolchain piece. This generally means understanding how to define constraints in the design. I'm unfamiliar with the microchip family. Maybe someone will want ot take this on?