mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-07 11:17:20 +00:00
Update PVR
Set a unique PVR for the caravel version of microwatt
This commit is contained in:
committed by
Anton Blanchard
parent
0f864ae8b9
commit
125cd4bc97
@@ -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