FABulous.geometry_generator.geometry_obj ======================================== .. py:module:: FABulous.geometry_generator.geometry_obj .. autoapi-nested-parse:: Simple FPGA geometry location base object class. Classes ------- .. py:class:: Border(*args, **kwds) **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:** .. py:class:: Location(x, y) A simple data structure for storing a location. .. attribute:: x X coordinate :type: int .. attribute:: y Y coordinate :type: int .. attribute:: Initialize a `Location` instance. .. attribute:: :type: param x: X coordinate .. attribute:: :type: type x: int .. attribute:: :type: param y: Y coordinate .. attribute:: :type: type y: int **Methods:**