prjxray icon indicating copy to clipboard operation
prjxray copied to clipboard

xc7s15 / Spartan Edge Accelerator Board

Open cederom opened this issue 4 years ago • 7 comments

Hello world :-)

Is there any chance to make XRAY work with Spartan Edge Accelerator Board based on Xilinx XC7S15 FPGA? :-)

https://wiki.seeedstudio.com/Spartan-Edge-Accelerator-Board/

Any hints welcome :-) Tomek

cederom avatar Feb 05 '21 01:02 cederom

@cederom #1534 has some initial work on supporting Spartan-7 parts in prjxray, but it has not yet been completed. Also, support would have to be added to symbiflow-arch-defs if you wanted an open source verilog to bitstream flow.

andrewb1999 avatar Feb 05 '21 01:02 andrewb1999

Thank you @andrewb1999 ! Good news :-)

cederom avatar Feb 05 '21 01:02 cederom

A new prjxray-db was published with this initial spartan7 support @ https://github.com/SymbiFlow/prjxray-db/tree/master/spartan7

The HTMLified version can be found at https://symbiflow.github.io/prjxray-db/#database-for-spartan7 with the HTML rendered tile graph found at spartan7.

GitHub
Project X-Ray Database: XC7 Series. Contribute to SymbiFlow/prjxray-db development by creating an account on GitHub.

mithro avatar Dec 14 '21 22:12 mithro

Is it known, if the xc7s25 fabric is the same as for xc7s50?

bl0x avatar Feb 24 '23 16:02 bl0x

Hi @bl0x, according do Xilinx doc ug470 "7 Series FPGAs Configuration User Guide", the bitstream length is not the same for s25 and s50. So these are certainly not the same fabrics. However probably s6=s15 and s75=s100 according to bitstream length. To be confirmed by also checking AC characteristics and floorplan view in Vivado (see related #1871 about artix).

marzoul avatar Feb 25 '23 11:02 marzoul

Dear @marzoul , thanks for the hints. I'll take a look.

bl0x avatar Feb 25 '23 12:02 bl0x

According to DS189 table 5, quiescent VCCINT current is the same for s6 and s15 (36 mA), as well as s75 and s100 (148 mA). However, s25 (48 mA) and s50 (96 mA) seem to be different from either.

cfib avatar Feb 25 '23 14:02 cfib