olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.2k stars 245 forks source link

Support Project X-Ray - Xilinx Series 7 Bitstream #551

Closed somhi closed 2 years ago

somhi commented 2 years ago

Need support for Project X-Ray for my kintex 7 xc7k325t for implementing a blinky like done here https://github.com/kintex-chatter/xc7k325t-blinky-nextpnr

mithro commented 2 years ago

See https://github.com/olofk/edalize/pull/193

mithro commented 2 years ago

See alo https://github.com/olofk/edalize/issues/302

mithro commented 2 years ago

FPGA Tool Perf in SymbiFlow uses EDAlize with various Series 7 flows;

olofk commented 2 years ago

As @mithro mentioned it is supported already in the symbiflow backend. Set tool to symbiflow and then in the tool options you set arch : xilinx. Let me know if you need any assistance. @carlosedp might have some additional details too

somhi commented 2 years ago

Ok perfect. I'll let you know when I try it.

Thanks.

carlosedp commented 2 years ago

I added some support to Edalize on https://github.com/olofk/edalize/pull/308 It's open for comments and might need some refactor in case we homogenize the backends in the futura (under F4PGA or something).