soc: Don't create a share intercon with only one master and one slave
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 May 2020 10:58:19 +0000 (20:58 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 May 2020 10:58:19 +0000 (20:58 +1000)
commitdcc881db924370d8aba828e7a3a4990211723eb7
tree78316c67415d0670adcb658c9d49dfa11975872d
parent3ce9010083db56a6d761fad33abee7072941c8e0
soc: Don't create a share intercon with only one master and one slave

This creates a lot of useless churn in the resulting verilog. Instead
use a point to point interconnect in that case.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
litex/soc/integration/soc.py