We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15a0eb commit 9284f17Copy full SHA for 9284f17
fabric_generator/model_generation_npnr.py
@@ -10,9 +10,9 @@ def genNextpnrModel(fabric: Fabric):
10
belStr = []
11
belv2Str = []
12
belStr.append(
13
- f"# BEL descriptions: bottom left corner Tile_X0Y0, top right Tile_X{fabric.numberOfColumns}Y{fabric.numberOfRows}")
+ f"# BEL descriptions: top left corner Tile_X0Y0, bottom right Tile_X{fabric.numberOfColumns}Y{fabric.numberOfRows}")
14
belv2Str.append(
15
16
constrainStr = []
17
18
for y, row in enumerate(fabric.tile):
0 commit comments