|
KiCad PCB EDA Suite
|
One functional unit's pin map, gathered from its Sim.Pins field. More...
#include <sim_model_multiunit.h>
Public Attributes | |
| int | unit = 0 |
| std::vector< std::pair< wxString, wxString > > | pins |
One functional unit's pin map, gathered from its Sim.Pins field.
The repetition of a model pin across units is the signal that drives repeat-per-unit decomposition, so the maps are kept per unit and never deduplicated against each other.
Definition at line 38 of file sim_model_multiunit.h.
| std::vector<std::pair<wxString, wxString> > UNIT_PIN_MAP::pins |
Definition at line 41 of file sim_model_multiunit.h.
Referenced by NETLIST_EXPORTER_SPICE::collectUnitPinMaps().
| int UNIT_PIN_MAP::unit = 0 |
Definition at line 40 of file sim_model_multiunit.h.
Referenced by NETLIST_EXPORTER_SPICE::collectUnitPinMaps().