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() A simple data structure for storing a location. .. attribute:: x X coordinate :type: int .. attribute:: y Y coordinate :type: int **Methods:**