blob: 02b70f1228a39760ec71c578b40720a1ea87ed96 [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()