mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-01 06:12:18 +00:00
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>
This commit is contained in:
committed by
Anton Blanchard
parent
26828f6208
commit
5e025b5b15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user