Browse Source

Set a unique PVR for caravel MPW5

Set a unique PVR for the caravel MPW5 version of Microwatt

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
caravel-mpw5-20220322
Anton Blanchard 2 years ago committed by Anton Blanchard
parent
commit
d5e3be80fe
  1. 2
      common.vhdl

2
common.vhdl

@ -8,7 +8,7 @@ use work.decode_types.all; @@ -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

Loading…
Cancel
Save