Add UltraPlus I³C IO to chipdb

This commit is contained in:
David Shah 2018-02-09 13:42:38 +00:00
parent 80dbd67e6c
commit b024ef49da
1 changed files with 10 additions and 1 deletions

View File

@ -4988,7 +4988,16 @@ extra_cells_db = {
"PWMOUT1": (0, 28, "slf_op_5"),
"PWMOUT2": (0, 28, "slf_op_6"),
},
("IO_I3C", (25, 27, 0)): {
"PU_ENB": (25, 27, "lutff_6/in_0"),
"WEAK_PU_ENB": (25, 27, "lutff_4/in_0"),
"PACKAGE_PIN": (19, 31, 0)
},
("IO_I3C", (25, 27, 1)): {
"PU_ENB": (25, 27, "lutff_7/in_0"),
"WEAK_PU_ENB": (25, 27, "lutff_5/in_0"),
"PACKAGE_PIN": (19, 31, 1)
}
}
}