From b024ef49da7d3c63f22afb1741a2bcad4afd6927 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 9 Feb 2018 13:42:38 +0000 Subject: =?UTF-8?q?Add=20UltraPlus=20I=C2=B3C=20IO=20to=20chipdb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icebox/icebox.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'icebox') diff --git a/icebox/icebox.py b/icebox/icebox.py index a2fd872..fff7b99 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -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) + } } } -- cgit v1.2.3