denisvasilik / wasm-fpga-engine

WebAssembly FPGA Engine
MIT License
9 stars 1 forks source link

request : polarfire fpga support #15

Open wprayudo opened 3 years ago

wprayudo commented 3 years ago

any suggestion for supporting polarfire fpga ? thank you

denisvasilik commented 3 years ago

Hi @wprayudo, sorry for the late answer. This project is currently in an experimental state and targets Xilinx FPGAs. Nevertheless, the only parts that are vendor specific are memory IPs and some IPs used for arithmetic. So it should be doable to support Polarfire FPGAs later on. My personal goal is to design the project vendor agnostic as possible, so there will be a few refactorings in future.