OpenFPGA icon indicating copy to clipboard operation
OpenFPGA copied to clipboard

How does top_left work?

Open narutozxp opened this issue 2 years ago • 1 comments

The top_left is a shortcut to define the organization for all the tiles. Fig. 74 shows an example of tiles in the top-left style, where the programmable block locates in the top-left corner of all the tiles, surrounded by two connection blocks and one switch blocks. However, in my opinion, the organization of a tile is the work of the backend(such as P&R), so I am confused about what impact "top_left" has. Thanks!

narutozxp avatar Nov 10 '23 02:11 narutozxp

It is mainly for the physical design, opening up more opportunities in optimization. It does not change the bitstream values (only bitstream paths will be impacted).

tangxifan avatar Nov 14 '23 18:11 tangxifan