KiCad PCB EDA Suite
Loading...
Searching...
No Matches
erc_item.cpp
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright (C) 2020 KiCad Developers, see AUTHORS.txt for contributors.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, you may find one here:
18 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
19 * or you may search the http://www.gnu.org website for the version 2 license,
20 * or you may write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22 */
23
24
25#include "wx/html/m_templ.h"
26#include "wx/html/styleparams.h"
27#include <erc/erc.h>
28#include <eda_draw_frame.h>
29#include <marker_base.h>
30#include <sch_edit_frame.h>
31
32
33// These, being statically-defined, require specialized I18N handling. We continue to
34// use the _() macro so that string harvesting by the I18N framework doesn't have to be
35// specialized, but we don't translate on initialization and instead do it in the getters.
36
37#undef _
38#define _(s) s
39
40// NOTE: Avoid changing the settings key for an ERC item after it has been created
41
42ERC_ITEM ERC_ITEM::heading_connections( 0, _( "Connections" ), "" );
43ERC_ITEM ERC_ITEM::heading_conflicts( 0, _( "Conflicts" ), "" );
44ERC_ITEM ERC_ITEM::heading_misc( 0, _( "Miscellaneous" ), "" );
45
47 _( "Duplicate sheet names within a given sheet" ),
48 wxT( "duplicate_sheet_names" ) );
49
51 _( "Symbol pin or wire end off connection grid" ),
52 wxT( "endpoint_off_grid" ) );
53
55 _( "Pin not connected" ),
56 wxT( "pin_not_connected" ) );
57
59 _( "Input pin not driven by any Output pins" ),
60 wxT( "pin_not_driven" ) );
61
63 _( "Input Power pin not driven by any Output Power pins" ),
64 wxT( "power_pin_not_driven" ) );
65
67 _( "Conflict problem between pins" ),
68 wxT( "pin_to_pin" ) );
69
71 _( "Conflict problem between pins" ),
72 wxT( "pin_to_pin" ) );
73
75 _( "Mismatch between hierarchical labels and sheet pins" ),
76 wxT( "hier_label_mismatch" ) );
77
79 _( "Four connection points are joined together" ),
80 wxT( "four_way_junction" ) );
81
83 _( "A pin with a \"no connection\" flag is connected" ),
84 wxT( "no_connect_connected" ) );
85
87 _( "Unconnected \"no connection\" flag" ),
88 wxT( "no_connect_dangling" ) );
89
91 _( "Label not connected to anything" ),
92 wxT( "label_dangling" ) );
93
95 _( "Global label not connected anywhere else in the schematic" ),
96 wxT( "global_label_dangling" ) );
97
99 _( "Labels are similar (lower/upper case difference only)"),
100 wxT( "similar_labels" ) );
101
103 _( "Global label only appears once in the schematic"),
104 wxT( "single_global_label" ) );
105
107 _( "Different footprint assigned in another unit of the symbol" ),
108 wxT( "different_unit_footprint" ) );
109
111 _( "Different net assigned to a shared pin in another unit of the symbol" ),
112 wxT( "different_unit_net" ) );
113
115 _( "Conflict between bus alias definitions across schematic sheets" ),
116 wxT( "bus_definition_conflict" ) );
117
119 _( "More than one name given to this bus or net" ),
120 wxT( "multiple_net_names" ) );
121
123 _( "Conflicting netclass assignments" ),
124 wxT( "conflicting_netclasses" ) );
125
127 _( "Overlapping rule areas" ),
128 wxT( "overlapping_rule_areas" ) );
129
131 _( "Net is graphically connected to a bus but not a bus member" ),
132 wxT( "net_not_bus_member" ) );
133
135 _( "Buses are graphically connected but share no bus members" ),
136 wxT( "bus_to_bus_conflict" ) );
137
139 _( "Invalid connection between bus and net items" ),
140 wxT( "bus_to_net_conflict" ) );
141
143 _( "Unresolved text variable" ),
144 wxT( "unresolved_variable" ) );
145
147 _( "Undefined netclass" ),
148 wxT( "undefined_netclass" ) );
149
151 _( "SPICE model issue" ),
152 wxT( "simulation_model_issue" ) );
153
155 _( "Wires not connected to anything" ),
156 wxT( "wire_dangling" ) );
157
159 _( "Library symbol issue" ),
160 wxT( "lib_symbol_issues" ) );
161
163 _( "Symbol doesn't match copy in library" ),
164 wxT( "lib_symbol_mismatch" ) );
165
167 _( "Footprint link issue" ),
168 wxT( "footprint_link_issues" ) );
169
171 _( "Symbol is not annotated" ),
172 wxT( "unannotated" ) );
173
175 _( "Symbol has more units than are defined" ),
176 wxT( "extra_units" ) );
177
179 _( "Symbol has units that are not placed" ),
180 wxT( "missing_unit" ) );
181
183 _( "Symbol has input pins that are not placed" ),
184 wxT( "missing_input_pin" ) );
185
187 _( "Symbol has bidirectional pins that are not placed" ),
188 wxT( "missing_bidi_pin" ) );
189
191 _( "Symbol has power input pins that are not placed" ),
192 wxT( "missing_power_pin" ) );
193
195 _( "Units of same symbol have different values" ),
196 wxT( "unit_value_mismatch" ) );
197
199 _( "Duplicate reference designators" ),
200 wxT( "duplicate_reference" ) );
201
203 _( "Bus Entry needed" ),
204 wxT( "bus_entry_needed" ) );
205
206std::vector<std::reference_wrapper<RC_ITEM>> ERC_ITEM::allItemTypes( {
220
235
241 // Commented out until the logic for this element is coded
242 // TODO: Add bus label syntax checking
243// ERC_ITEM::busLabelSyntax,
253 } );
254
255
256
257std::shared_ptr<ERC_ITEM> ERC_ITEM::Create( int aErrorCode )
258{
259 switch( aErrorCode )
260 {
261 case ERCE_DUPLICATE_SHEET_NAME: return std::make_shared<ERC_ITEM>( duplicateSheetName );
262 case ERCE_ENDPOINT_OFF_GRID: return std::make_shared<ERC_ITEM>( endpointOffGrid );
263 case ERCE_PIN_NOT_CONNECTED: return std::make_shared<ERC_ITEM>( pinNotConnected );
264 case ERCE_PIN_NOT_DRIVEN: return std::make_shared<ERC_ITEM>( pinNotDriven );
265 case ERCE_POWERPIN_NOT_DRIVEN: return std::make_shared<ERC_ITEM>( powerpinNotDriven );
266 case ERCE_PIN_TO_PIN_WARNING: return std::make_shared<ERC_ITEM>( pinTableWarning );
267 case ERCE_PIN_TO_PIN_ERROR: return std::make_shared<ERC_ITEM>( pinTableError );
268 case ERCE_HIERACHICAL_LABEL: return std::make_shared<ERC_ITEM>( hierLabelMismatch );
269 case ERCE_NOCONNECT_CONNECTED: return std::make_shared<ERC_ITEM>( noConnectConnected );
270 case ERCE_NOCONNECT_NOT_CONNECTED: return std::make_shared<ERC_ITEM>( noConnectDangling );
271 case ERCE_FOUR_WAY_JUNCTION: return std::make_shared<ERC_ITEM>( fourWayJunction );
272 case ERCE_LABEL_NOT_CONNECTED: return std::make_shared<ERC_ITEM>( labelDangling );
273 case ERCE_SIMILAR_LABELS: return std::make_shared<ERC_ITEM>( similarLabels );
274 case ERCE_SINGLE_GLOBAL_LABEL: return std::make_shared<ERC_ITEM>( singleGlobalLabel );
275 case ERCE_DIFFERENT_UNIT_FP: return std::make_shared<ERC_ITEM>( differentUnitFootprint );
276 case ERCE_DIFFERENT_UNIT_NET: return std::make_shared<ERC_ITEM>( differentUnitNet );
277 case ERCE_BUS_ALIAS_CONFLICT: return std::make_shared<ERC_ITEM>( busDefinitionConflict );
278 case ERCE_DRIVER_CONFLICT: return std::make_shared<ERC_ITEM>( multipleNetNames );
279 case ERCE_BUS_ENTRY_CONFLICT: return std::make_shared<ERC_ITEM>( netNotBusMember );
280 case ERCE_BUS_TO_BUS_CONFLICT: return std::make_shared<ERC_ITEM>( busToBusConflict );
281 case ERCE_BUS_TO_NET_CONFLICT: return std::make_shared<ERC_ITEM>( busToNetConflict );
282 case ERCE_NETCLASS_CONFLICT: return std::make_shared<ERC_ITEM>( netclassConflict );
283 case ERCE_OVERLAPPING_RULE_AREAS: return std::make_shared<ERC_ITEM>( overlappingRuleAreas );
284 case ERCE_GLOBLABEL: return std::make_shared<ERC_ITEM>( globalLabelDangling );
285 case ERCE_UNRESOLVED_VARIABLE: return std::make_shared<ERC_ITEM>( unresolvedVariable );
286 case ERCE_UNDEFINED_NETCLASS: return std::make_shared<ERC_ITEM>( undefinedNetclass );
287 case ERCE_SIMULATION_MODEL: return std::make_shared<ERC_ITEM>( simulationModelIssues );
288 case ERCE_WIRE_DANGLING: return std::make_shared<ERC_ITEM>( wireDangling );
289 case ERCE_LIB_SYMBOL_ISSUES: return std::make_shared<ERC_ITEM>( libSymbolIssues );
290 case ERCE_LIB_SYMBOL_MISMATCH: return std::make_shared<ERC_ITEM>( libSymbolMismatch );
291 case ERCE_FOOTPRINT_LINK_ISSUES: return std::make_shared<ERC_ITEM>( footprintLinkIssues );
292 case ERCE_UNANNOTATED: return std::make_shared<ERC_ITEM>( unannotated );
293 case ERCE_EXTRA_UNITS: return std::make_shared<ERC_ITEM>( extraUnits );
294 case ERCE_DIFFERENT_UNIT_VALUE: return std::make_shared<ERC_ITEM>( differentUnitValue );
295 case ERCE_DUPLICATE_REFERENCE: return std::make_shared<ERC_ITEM>( duplicateReference );
296 case ERCE_BUS_ENTRY_NEEDED: return std::make_shared<ERC_ITEM>( busEntryNeeded );
297 case ERCE_MISSING_UNIT: return std::make_shared<ERC_ITEM>( missingUnits );
298 case ERCE_MISSING_INPUT_PIN: return std::make_shared<ERC_ITEM>( missingInputPin );
299 case ERCE_MISSING_POWER_INPUT_PIN: return std::make_shared<ERC_ITEM>( missingPowerInputPin );
300 case ERCE_MISSING_BIDI_PIN: return std::make_shared<ERC_ITEM>( missingBidiPin );
301 case ERCE_UNSPECIFIED:
302 default:
303 wxFAIL_MSG( wxS( "Unknown ERC error code" ) );
304 break;
305 }
306
307 return nullptr;
308}
309
315void ERC_TREE_MODEL::GetValue( wxVariant& aVariant, wxDataViewItem const& aItem,
316 unsigned int aCol ) const
317{
318 SCH_EDIT_FRAME* schEditFrame = static_cast<SCH_EDIT_FRAME*>( m_editFrame );
319 const RC_TREE_NODE* node = ToNode( aItem );
320 std::shared_ptr<ERC_ITEM> ercItem = std::static_pointer_cast<ERC_ITEM>( node->m_RcItem );
321 MARKER_BASE* marker = ercItem->GetParent();
322 wxString msg;
323
324 auto getItemDesc =
325 [&]( EDA_ITEM* aCurrItem, SCH_SHEET_PATH& aSheet )
326 {
327 SCH_SHEET_PATH curSheet = schEditFrame->GetCurrentSheet();
328 wxString desc;
329
330 if( aSheet != curSheet )
331 {
332 schEditFrame->SetCurrentSheet( aSheet );
333 aSheet.UpdateAllScreenReferences();
334 {
335 desc = aCurrItem->GetItemDescription( m_editFrame );
336 }
337 schEditFrame->SetCurrentSheet( curSheet );
338 curSheet.UpdateAllScreenReferences();
339 }
340 else
341 {
342 desc = aCurrItem->GetItemDescription( m_editFrame );
343 }
344
345 return desc;
346 };
347
348 switch( node->m_Type )
349 {
351 if( marker )
352 {
353 SEVERITY severity = ercItem->GetParent()->GetSeverity();
354
355 if( severity == RPT_SEVERITY_EXCLUSION )
356 {
357 if( schEditFrame->GetSeverity( ercItem->GetErrorCode() ) == RPT_SEVERITY_WARNING )
358 msg = _( "Excluded warning: " );
359 else
360 msg = _( "Excluded error: " );
361 }
362 else if( severity == RPT_SEVERITY_WARNING )
363 {
364 msg = _( "Warning: " );
365 }
366 else
367 {
368 msg = _( "Error: " );
369 }
370 }
371
372 msg += ercItem->GetErrorMessage();
373 break;
374
376 if( marker && marker->GetMarkerType() == MARKER_BASE::MARKER_DRAWING_SHEET )
377 {
378 msg = _( "Drawing Sheet" );
379 }
380 else
381 {
382 msg = getItemDesc( schEditFrame->GetItem( ercItem->GetMainItemID() ),
383 ercItem->MainItemHasSheetPath() ? ercItem->GetMainItemSheetPath()
384 : schEditFrame->GetCurrentSheet() );
385 }
386
387 break;
388
390 msg = getItemDesc( schEditFrame->GetItem( ercItem->GetAuxItemID() ),
391 ercItem->AuxItemHasSheetPath() ? ercItem->GetAuxItemSheetPath()
392 : schEditFrame->GetCurrentSheet() );
393 break;
394
396 msg = getItemDesc( schEditFrame->GetItem( ercItem->GetAuxItem2ID() ),
397 schEditFrame->GetCurrentSheet() );
398 break;
399
401 msg = getItemDesc( schEditFrame->GetItem( ercItem->GetAuxItem3ID() ),
402 schEditFrame->GetCurrentSheet() );
403 break;
404
406 if( marker )
407 msg = marker->GetComment();
408
409 break;
410 }
411
412 msg.Replace( wxS( "\n" ), wxS( " " ) );
413 aVariant = msg;
414}
A base class for most all the KiCad significant classes used in schematics and boards.
Definition: eda_item.h:88
virtual wxString GetItemDescription(UNITS_PROVIDER *aUnitsProvider) const
Return a user-visible description string of this item.
Definition: eda_item.cpp:108
static ERC_ITEM differentUnitValue
Definition: erc_item.h:223
static ERC_ITEM busToBusConflict
Definition: erc_item.h:208
static ERC_ITEM pinTableWarning
Definition: erc_item.h:191
static ERC_ITEM footprintLinkIssues
Definition: erc_item.h:216
static ERC_ITEM unresolvedVariable
Definition: erc_item.h:210
static ERC_ITEM duplicateSheetName
Definition: erc_item.h:186
static ERC_ITEM noConnectDangling
Definition: erc_item.h:196
static ERC_ITEM overlappingRuleAreas
Definition: erc_item.h:206
static ERC_ITEM busDefinitionConflict
Definition: erc_item.h:203
static ERC_ITEM fourWayJunction
Definition: erc_item.h:195
static ERC_ITEM libSymbolIssues
Definition: erc_item.h:214
static ERC_ITEM pinNotDriven
Definition: erc_item.h:189
static ERC_ITEM undefinedNetclass
Definition: erc_item.h:211
static ERC_ITEM extraUnits
Definition: erc_item.h:218
static ERC_ITEM heading_conflicts
Definition: erc_item.h:183
static std::shared_ptr< ERC_ITEM > Create(int aErrorCode)
Constructs an ERC_ITEM for the given error code.
Definition: erc_item.cpp:257
static ERC_ITEM noConnectConnected
Definition: erc_item.h:194
static ERC_ITEM heading_misc
Definition: erc_item.h:184
static ERC_ITEM endpointOffGrid
Definition: erc_item.h:187
static ERC_ITEM busToNetConflict
Definition: erc_item.h:209
static ERC_ITEM differentUnitFootprint
Definition: erc_item.h:201
static ERC_ITEM hierLabelMismatch
Definition: erc_item.h:193
static ERC_ITEM heading_connections
Definition: erc_item.h:182
static ERC_ITEM missingUnits
Definition: erc_item.h:219
static ERC_ITEM similarLabels
Definition: erc_item.h:200
static std::vector< std::reference_wrapper< RC_ITEM > > allItemTypes
A list of all ERC_ITEM types which are valid error codes.
Definition: erc_item.h:180
static ERC_ITEM globalLabelDangling
Definition: erc_item.h:198
static ERC_ITEM labelDangling
Definition: erc_item.h:197
static ERC_ITEM differentUnitNet
Definition: erc_item.h:202
static ERC_ITEM pinTableError
Definition: erc_item.h:192
static ERC_ITEM netNotBusMember
Definition: erc_item.h:207
static ERC_ITEM wireDangling
Definition: erc_item.h:213
static ERC_ITEM powerpinNotDriven
Definition: erc_item.h:190
static ERC_ITEM missingPowerInputPin
Definition: erc_item.h:222
static ERC_ITEM missingBidiPin
Definition: erc_item.h:221
static ERC_ITEM unannotated
Definition: erc_item.h:217
static ERC_ITEM missingInputPin
Definition: erc_item.h:220
static ERC_ITEM netclassConflict
Definition: erc_item.h:205
static ERC_ITEM singleGlobalLabel
Definition: erc_item.h:199
static ERC_ITEM busEntryNeeded
Definition: erc_item.h:225
static ERC_ITEM simulationModelIssues
Definition: erc_item.h:212
static ERC_ITEM multipleNetNames
Definition: erc_item.h:204
static ERC_ITEM pinNotConnected
Definition: erc_item.h:188
static ERC_ITEM libSymbolMismatch
Definition: erc_item.h:215
static ERC_ITEM duplicateReference
Definition: erc_item.h:224
void GetValue(wxVariant &aVariant, wxDataViewItem const &aItem, unsigned int aCol) const override
Override of RC_TREE_MODEL::GetValue which returns item descriptions in a specific SCH_SHEET_PATH cont...
Definition: erc_item.cpp:315
@ MARKER_DRAWING_SHEET
Definition: marker_base.h:56
enum MARKER_T GetMarkerType() const
Definition: marker_base.h:96
wxString GetComment() const
Definition: marker_base.h:105
EDA_DRAW_FRAME * m_editFrame
Definition: rc_item.h:304
static RC_TREE_NODE * ToNode(wxDataViewItem aItem)
Definition: rc_item.h:236
std::shared_ptr< RC_ITEM > m_RcItem
Definition: rc_item.h:221
NODE_TYPE m_Type
Definition: rc_item.h:220
Schematic editor (Eeschema) main window.
EDA_ITEM * GetItem(const KIID &aId) const override
Fetch an item by KIID.
SCH_SHEET_PATH & GetCurrentSheet() const
void SetCurrentSheet(const SCH_SHEET_PATH &aSheet)
SEVERITY GetSeverity(int aErrorCode) const override
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
void UpdateAllScreenReferences() const
Update all the symbol references for this sheet path.
#define _(s)
#define _(s)
Definition: erc_item.cpp:38
@ ERCE_UNSPECIFIED
Definition: erc_settings.h:38
@ ERCE_UNANNOTATED
Symbol has not been annotated.
Definition: erc_settings.h:80
@ ERCE_POWERPIN_NOT_DRIVEN
Power input pin connected to some others pins but no power out pin to drive it.
Definition: erc_settings.h:45
@ ERCE_DRIVER_CONFLICT
Conflicting drivers (labels, etc) on a subgraph.
Definition: erc_settings.h:63
@ ERCE_OVERLAPPING_RULE_AREAS
Rule areas are overlapping.
Definition: erc_settings.h:70
@ ERCE_MISSING_POWER_INPUT_PIN
Symbol has power input pins that are not placed on the schematic.
Definition: erc_settings.h:55
@ ERCE_SIMILAR_LABELS
2 labels are equal for case insensitive comparisons.
Definition: erc_settings.h:51
@ ERCE_LABEL_NOT_CONNECTED
Label not connected to anything.
Definition: erc_settings.h:50
@ ERCE_ENDPOINT_OFF_GRID
Pin or wire-end off grid.
Definition: erc_settings.h:41
@ ERCE_DUPLICATE_REFERENCE
More than one symbol with the same reference.
Definition: erc_settings.h:83
@ ERCE_EXTRA_UNITS
Symbol has more units than are defined.
Definition: erc_settings.h:81
@ ERCE_BUS_TO_BUS_CONFLICT
A connection between bus objects doesn't share at least one net.
Definition: erc_settings.h:65
@ ERCE_BUS_ENTRY_CONFLICT
A wire connected to a bus doesn't match the bus.
Definition: erc_settings.h:64
@ ERCE_NETCLASS_CONFLICT
Multiple labels assign different netclasses to same net.
Definition: erc_settings.h:69
@ ERCE_GLOBLABEL
A global label is unique.
Definition: erc_settings.h:71
@ ERCE_FOOTPRINT_LINK_ISSUES
The footprint link is invalid, or points to a missing (or inactive) footprint or library.
Definition: erc_settings.h:78
@ ERCE_BUS_TO_NET_CONFLICT
A bus wire is graphically connected to a net port/pin (or vice versa).
Definition: erc_settings.h:67
@ ERCE_NOCONNECT_NOT_CONNECTED
A no connect symbol is not connected to anything.
Definition: erc_settings.h:49
@ ERCE_DIFFERENT_UNIT_NET
Shared pin in a multi-unit symbol is connected to more than one net.
Definition: erc_settings.h:60
@ ERCE_FOUR_WAY_JUNCTION
A four-way junction was found.
Definition: erc_settings.h:85
@ ERCE_PIN_NOT_CONNECTED
Pin not connected and not no connect symbol.
Definition: erc_settings.h:42
@ ERCE_UNDEFINED_NETCLASS
A netclass was referenced but not defined.
Definition: erc_settings.h:73
@ ERCE_BUS_ENTRY_NEEDED
Importer failed to auto-place a bus entry.
Definition: erc_settings.h:84
@ ERCE_UNRESOLVED_VARIABLE
A text variable could not be resolved.
Definition: erc_settings.h:72
@ ERCE_SIMULATION_MODEL
An error was found in the simulation model.
Definition: erc_settings.h:74
@ ERCE_LIB_SYMBOL_MISMATCH
Symbol doesn't match copy in library.
Definition: erc_settings.h:77
@ ERCE_DIFFERENT_UNIT_FP
Different units of the same symbol have different footprints assigned.
Definition: erc_settings.h:53
@ ERCE_NOCONNECT_CONNECTED
A no connect symbol is connected to more than 1 pin.
Definition: erc_settings.h:48
@ ERCE_PIN_TO_PIN_WARNING
Definition: erc_settings.h:92
@ ERCE_PIN_NOT_DRIVEN
Pin connected to some others pins but no pin to drive it.
Definition: erc_settings.h:43
@ ERCE_MISSING_INPUT_PIN
Symbol has input pins that are not placed.
Definition: erc_settings.h:57
@ ERCE_MISSING_UNIT
Symbol has units that are not placed on the schematic.
Definition: erc_settings.h:59
@ ERCE_DUPLICATE_SHEET_NAME
Duplicate sheet names within a given sheet.
Definition: erc_settings.h:40
@ ERCE_MISSING_BIDI_PIN
Symbol has bi-directional pins that are not placed.
Definition: erc_settings.h:58
@ ERCE_LIB_SYMBOL_ISSUES
Symbol not found in active libraries.
Definition: erc_settings.h:76
@ ERCE_HIERACHICAL_LABEL
Mismatch between hierarchical labels and pins sheets.
Definition: erc_settings.h:47
@ ERCE_WIRE_DANGLING
Some wires are not connected to anything else.
Definition: erc_settings.h:75
@ ERCE_BUS_ALIAS_CONFLICT
Conflicting bus alias definitions across sheets.
Definition: erc_settings.h:62
@ ERCE_SINGLE_GLOBAL_LABEL
A global label only exists once in the schematic.
Definition: erc_settings.h:52
@ ERCE_DIFFERENT_UNIT_VALUE
Units of same symbol have different values.
Definition: erc_settings.h:82
@ ERCE_PIN_TO_PIN_ERROR
Definition: erc_settings.h:93
SEVERITY
@ RPT_SEVERITY_WARNING
@ RPT_SEVERITY_EXCLUSION