From d5e3be80fecb47435dcae4d6da514e0cc8e32b72 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Thu, 14 Jan 2021 10:21:33 +1100 Subject: [PATCH] Set a unique PVR for caravel MPW5 Set a unique PVR for the caravel MPW5 version of Microwatt Signed-off-by: Anton Blanchard --- common.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.vhdl b/common.vhdl index 14a8801..55b36db 100644 --- a/common.vhdl +++ b/common.vhdl @@ -8,7 +8,7 @@ use work.decode_types.all; package common is -- Processor Version Number - constant PVR_MICROWATT : std_ulogic_vector(31 downto 0) := x"00630000"; + constant PVR_MICROWATT : std_ulogic_vector(31 downto 0) := x"00630101"; -- MSR bit numbers constant MSR_SF : integer := (63 - 0); -- Sixty-Four bit mode