KiCad PCB EDA Suite
Loading...
Searching...
No Matches
UNIT_PIN_MAP Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ pins

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().

◆ unit

int UNIT_PIN_MAP::unit = 0

Definition at line 40 of file sim_model_multiunit.h.

Referenced by NETLIST_EXPORTER_SPICE::collectUnitPinMaps().


The documentation for this struct was generated from the following file: