@@ -2306,20 +2306,10 @@ def interconnect(syslist, connections=None, inplist=[], outlist=[],
23062306
23072307 check_unused : bool
23082308 If True, check for unused sub-system signals. This check is
2309- not done if connections is False, and not input and output
2309+ not done if connections is False, and neither input nor output
23102310 mappings are specified.
23112311
23122312 ignore_inputs : list of input-spec
2313-
2314- A list of sub-system known not to be connected. This is
2315- *only* used in checking for unused signals, and does not
2316- disable use of the input.
2317-
2318- Besides the usual input-spec forms (see `connections`), an
2319- input-spec can be a string give just the signal name, as for inpu
2320-
2321- ignore_inputs : list of input-spec
2322-
23232313 A list of sub-system inputs known not to be connected. This is
23242314 *only* used in checking for unused signals, and does not
23252315 disable use of the input.
@@ -2330,7 +2320,6 @@ def interconnect(syslist, connections=None, inplist=[], outlist=[],
23302320 considered ignored.
23312321
23322322 ignore_outputs : list of output-spec
2333-
23342323 A list of sub-system outputs known not to be connected. This
23352324 is *only* used in checking for unused signals, and does not
23362325 disable use of the output.
0 commit comments