FABulous.geometry_generator.geometry_obj#

Simple FPGA geometry location base object class.

Classes#

class Border(*args, **kwds)[source]#

Bases:

Enumeration for tile border types in the fabric geometry.

Used to specify which type of border a tile has within the fabric layout.

Methods:

class Location(x, y)[source]#

A simple data structure for storing a location.

Parameters:
x[source]#

X coordinate

Type:

int

y[source]#

Y coordinate

Type:

int

Initialize a `Location` instance.

Methods: