Index: trunk/doc/design/07_devmap.html =================================================================== --- trunk/doc/design/07_devmap.html (revision 3194) +++ trunk/doc/design/07_devmap.html (revision 3195) @@ -112,11 +112,14 @@ -> (attribute_name + value) pairs, each specified in the following syntax:
 slot/termname -> attribkey=value
+or
+termname -> attribkey=value
 

{des7:14} E.g. "A/out -> pcb/pinnum=1" means "terminal with name=out in symbol tagged as slot=A shall get attribute -pcb/pinnum set to 1". +pcb/pinnum set to 1". Equivalent non-slotted example is +"out -> pcb/pinnum=1"

{des7:15}