Closed IAmMarcelJung closed 10 months ago
Hi @IAmMarcelJung,
IIRC, this was because of a discrepancy between the coordinate systems used internally within FABulous and within nextpnr - you can see a relic of having to convert between the two systems here. I just had a look, and it looks like these days both bel representations also start at the top-left corner, so this comment is now out-of-date. Thanks for catching that, I'll get it fixed!
Nice thanks! This really got me confused for a moment, although I was quite sure it is correct in the documentation :)
In the Documentation, the tile coordinate system has its origin in the top left corner:
However, in the bel files (both bel.txt and belv2.txt), the first line states that it is in the bottom left corner:
# BEL descriptions: bottom left corner Tile_X0Y0, top right Tile_X10Y16
Which one is the correct layout? Or am I getting something wrong? Thanks in advance for any kind of help!