integration/builder: When the CPU is "None", we used to not generate any code.
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 23 Sep 2019 06:30:01 +0000 (08:30 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 23 Sep 2019 06:31:21 +0000 (08:31 +0200)
commitf909e4d7068475d1ac267f9eb563e93d6a973986
treee3db313acd23304a66d21246827292d50989962e
parent8b7d8217a0ea858119d37e45988837e05d25bba7
integration/builder: When the CPU is "None", we used to not generate any code.

With this change, we will now generate csr.h and sdram_phy.h, which
will be needed by the initialization code running on the host CPU.

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