aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 700df103..d2349162 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1364,7 +1364,10 @@ struct Arch : BaseCtx
typedef std::unordered_map<IdString, CellPinStyle> CellPinsData;
- void get_cell_pin_data(std::unordered_map<IdString, CellPinsData> &cell_pins) const;
+ std::unordered_map<IdString, CellPinsData> cell_pins_db;
+ CellPinStyle get_cell_pin_style(CellInfo *cell, IdString port) const;
+
+ void init_cell_pin_data();
// -------------------------------------------------