core: Add alternate reset address
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 7 May 2020 12:09:59 +0000 (22:09 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 8 May 2020 01:41:06 +0000 (11:41 +1000)
commit6853d22203501a35741ae40e320ac70896a4f0aa
treef9c37c064b0b42dacc6d231344db5d1542fc68cf
parent982cf166ddded32ce9a3cd156cea96e69ab85a38
core: Add alternate reset address

An external signal can control whether the core will start
executing at the standard or the alternate reset address.

This will be used when litedram is initialized by microwatt
itself, to route the reset to the built-in init code secondary
block RAM.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
core.vhdl
core_tb.vhdl
fetch1.vhdl
soc.vhdl