aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/pins.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/pins.cc')
-rw-r--r--mistral/pins.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/mistral/pins.cc b/mistral/pins.cc
index 51cb83c4..120ccbb2 100644
--- a/mistral/pins.cc
+++ b/mistral/pins.cc
@@ -44,7 +44,11 @@ const dict<IdString, Arch::CellPinsData> Arch::cell_pins_db = {
{id_SDATA, PINSTYLE_DEDI},
{id_DATAIN, PINSTYLE_INP},
}},
-};
+ {id_MISTRAL_MLAB,
+ {
+ {id_CLK1, PINSTYLE_CLK},
+ {id_A1EN, PINSTYLE_CE},
+ }}};
CellPinStyle Arch::get_cell_pin_style(const CellInfo *cell, IdString port) const
{