blob: a543e5cb02450f6e80e5a3860e9c4bdeeec540b1 [file] [log] [blame]
import pytrellis
def main():
pytrellis.load_database("../../../database")
db = pytrellis.get_tile_bitdata(pytrellis.TileLocator("ECP5", "LFE5U-25F", "PLC2"))
fc = pytrellis.FixedConnection()
fc.source = "FCO"
fc.sink = "E1_HFIE0000"
db.add_fixed_conn(fc)
db.save()
if __name__ == "__main__":
main()