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[source]¶ A simple data structure for storing a location. x[source]¶ X coordinate Type: int y[source]¶ Y coordinate Type: int Methods: Functions¶ oppositeIO(io)[source]¶ Parameters: io (IO) Return type: IO Return opposite IO port.