diff options
Diffstat (limited to 'nexus/pins.cc')
-rw-r--r-- | nexus/pins.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nexus/pins.cc b/nexus/pins.cc index de92f2b6..f2946657 100644 --- a/nexus/pins.cc +++ b/nexus/pins.cc @@ -58,6 +58,12 @@ static const std::unordered_map<IdString, Arch::CellPinsData> base_cell_pin_data {id_B, PINSTYLE_DEDI}, {{}, PINSTYLE_PU}, }}, + {id_DIFFIO18_CORE, + { + {id_T, PINSTYLE_T}, + {id_B, PINSTYLE_DEDI}, + {{}, PINSTYLE_PU}, + }}, {id_SEIO33_CORE, { {id_T, PINSTYLE_T}, |