Index: trunk/doc/design/07_devmap.html =================================================================== --- trunk/doc/design/07_devmap.html (revision 300) +++ trunk/doc/design/07_devmap.html (revision 301) @@ -115,12 +115,14 @@

{des7:15} -If a slot/terminal pair is not found in the map, an error message is +If a slot/terminal pair referenced in the map is not found in the abstract +component, an error message is emitted. This happens when the schematics symbol uses a terminal that has no physical pin with the given device.

{des7:16} -If a slot/terminal pair of the map is not used in the mapping, no error +If an existing slot/terminal pair of the abstract component +is not listed in the mapping, no error is generated. A typical example when this happens is when a logic circuit has 4 identical slots but the schematics uses only 3. If this is considered an error, a DRC plugin shall check for it.