target-microblaze: Set the PC in reset instead of realize
commit5250ced83173c9534b4a2723b7a50b67b7c7a6ee
authorAlistair Francis <alistair.francis@xilinx.com>
Thu, 23 Jul 2015 15:13:56 +0000 (23 08:13 -0700)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Fri, 2 Oct 2015 00:55:36 +0000 (1 17:55 -0700)
tree4c23c9e1572e04cb300de6b0f5a5815e1839c761
parentc8667283a070d810f7917d69ea84209475c6e75e
target-microblaze: Set the PC in reset instead of realize

Set the Microblaze CPU PC in the reset instead of setting it
in the realize. This is required as the PC is zeroed in the
reset function and causes problems in some situations.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-microblaze/cpu.c