migen/genlib/record: add leave_out parameter to connect
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 22 May 2015 22:22:13 +0000 (00:22 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 23 May 2015 11:59:09 +0000 (13:59 +0200)
commit9cabcf14e9aea4ecc256ddc5eb2e5943b4b284ee
tree9ed944392c8b68ed86457dbea701626fb55df33a
parent5390540d3ccb9570a6280645e7c6e16027a43797
migen/genlib/record: add leave_out parameter to connect

Modules doing dataflow adaptation often need to connect most of the signals between endpoints except the one concerned by the adaptation.
This new parameter ease that by avoid manual connection of all signals.
migen/genlib/record.py