aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/pins.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/pins.cc')
-rw-r--r--nexus/pins.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/nexus/pins.cc b/nexus/pins.cc
index 0cf5c3e2..78aa213e 100644
--- a/nexus/pins.cc
+++ b/nexus/pins.cc
@@ -128,19 +128,19 @@ static const std::unordered_map<IdString, Arch::CellPinsData> base_cell_pin_data
}},
{id_MULT18_CORE,
{
- {id_SFTCTRL0, PINSTYLE_CIB},
- {id_SFTCTRL1, PINSTYLE_CIB},
- {id_SFTCTRL2, PINSTYLE_CIB},
- {id_SFTCTRL3, PINSTYLE_CIB},
+ {id_SFTCTRL0, PINSTYLE_PU},
+ {id_SFTCTRL1, PINSTYLE_PU},
+ {id_SFTCTRL2, PINSTYLE_PU},
+ {id_SFTCTRL3, PINSTYLE_PU},
{id_ROUNDEN, PINSTYLE_CIB},
{{}, PINSTYLE_DEDI},
}},
{id_MULT18X36_CORE,
{
- {id_SFTCTRL0, PINSTYLE_CIB},
- {id_SFTCTRL1, PINSTYLE_CIB},
- {id_SFTCTRL2, PINSTYLE_CIB},
- {id_SFTCTRL3, PINSTYLE_CIB},
+ {id_SFTCTRL0, PINSTYLE_PU},
+ {id_SFTCTRL1, PINSTYLE_PU},
+ {id_SFTCTRL2, PINSTYLE_PU},
+ {id_SFTCTRL3, PINSTYLE_PU},
{id_ROUNDEN, PINSTYLE_CIB},
{{}, PINSTYLE_DEDI},
}}};