aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/pins.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/pins.cc')
-rw-r--r--nexus/pins.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/nexus/pins.cc b/nexus/pins.cc
index e1012755..03bddd72 100644
--- a/nexus/pins.cc
+++ b/nexus/pins.cc
@@ -224,6 +224,10 @@ static const dict<IdString, Arch::CellPinsData> base_cell_pin_data = {
{id_LSROUT, PINSTYLE_IOL_CELSR},
{id_CEIN, PINSTYLE_IOL_CELSR},
{id_CEOUT, PINSTYLE_IOL_CELSR},
+ {id_TXDATA0, PINSTYLE_CIB},
+ {id_TXDATA1, PINSTYLE_CIB},
+ {id_TSDATA0, PINSTYLE_CIB},
+
}},
{id_IOLOGIC,
{
@@ -233,6 +237,9 @@ static const dict<IdString, Arch::CellPinsData> base_cell_pin_data = {
{id_LSROUT, PINSTYLE_IOL_CELSR},
{id_CEIN, PINSTYLE_IOL_CELSR},
{id_CEOUT, PINSTYLE_IOL_CELSR},
+ {id_TXDATA0, PINSTYLE_CIB},
+ {id_TXDATA1, PINSTYLE_CIB},
+ {id_TSDATA0, PINSTYLE_CIB},
}}};
} // namespace