@@ -2306,20 +2306,10 @@ def interconnect(syslist, connections=None, inplist=[], outlist=[],
2306
2306
2307
2307
check_unused : bool
2308
2308
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
2310
2310
mappings are specified.
2311
2311
2312
2312
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
-
2323
2313
A list of sub-system inputs known not to be connected. This is
2324
2314
*only* used in checking for unused signals, and does not
2325
2315
disable use of the input.
@@ -2330,7 +2320,6 @@ def interconnect(syslist, connections=None, inplist=[], outlist=[],
2330
2320
considered ignored.
2331
2321
2332
2322
ignore_outputs : list of output-spec
2333
-
2334
2323
A list of sub-system outputs known not to be connected. This
2335
2324
is *only* used in checking for unused signals, and does not
2336
2325
disable use of the output.
0 commit comments