blob: b52a309608c5173325cd418c1c771a46a1ed2c67 [file] [log] [blame]
import dbcopy
import pytrellis
cib_tiles = ["CIB", "CIB_DSP", "CIB_EFB0", "CIB_EFB1", "CIB_LR", "CIB_LR_S", "CIB_PLL0", "CIB_PLL1", "CIB_PLL2",
"CIB_PLL3", "VCIB_DCU0", "VCIB_DCU1", "VCIB_DCU2", "VCIB_DCU3", "VCIB_DCUA", "VCIB_DCUB", "VCIB_DCUC",
"VCIB_DCUD", "VCIB_DCUF", "VCIB_DCUG", "VCIB_DCUH", "VCIB_DCUI", "CIB_DCU0", "CIB_DCU1", "CIB_DCU2", "CIB_DCU3", "CIB_DCUA", "CIB_DCUB", "CIB_DCUC",
"CIB_DCUD", "CIB_DCUF", "CIB_DCUG", "CIB_DCUH", "CIB_DCUI"]
def main():
pytrellis.load_database("../../../database")
for dest in cib_tiles:
dbcopy.dbcopy("ECP5", "LFE5U-25F", "CIB_EBR", dest)
if __name__ == "__main__":
main()