Skip to content

Commit 5ea30aa

Browse files
committed
Update with generated encoding.h
1 parent 9a32585 commit 5ea30aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

riscv/encoding.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*
66
* This file is auto-generated by running 'make' in
7-
* https://github.com/riscv/riscv-opcodes (56f9011)
7+
* https://github.com/riscv/riscv-opcodes (3deaa8c)
88
*/
99

1010
#ifndef RISCV_CSR_ENCODING_H
@@ -383,6 +383,9 @@
383383
#define PMP_NA4 0x10
384384
#define PMP_NAPOT 0x18
385385

386+
#define SPMP_U 0x100
387+
#define SPMP_SHARED 0x200
388+
386389
#define MCTRCTL_U 0x0000000000000001
387390
#define MCTRCTL_S 0x0000000000000002
388391
#define MCTRCTL_M 0x0000000000000004

0 commit comments

Comments
 (0)