Christoph Müllner | 95bd8da | 2023-01-31 21:20:11 +0100 | [diff] [blame] | 1 | #ifndef TARGET_RISCV_CPU_VENDORID_H |
2 | #define TARGET_RISCV_CPU_VENDORID_H | ||||
3 | |||||
4 | #define THEAD_VENDOR_ID 0x5b7 | ||||
5 | |||||
Rahul Pathak | e1d084a | 2023-04-18 09:36:24 -0300 | [diff] [blame] | 6 | #define VEYRON_V1_MARCHID 0x8000000000010000 |
7 | #define VEYRON_V1_MIMPID 0x111 | ||||
8 | #define VEYRON_V1_MVENDORID 0x61f | ||||
9 | |||||
Christoph Müllner | 95bd8da | 2023-01-31 21:20:11 +0100 | [diff] [blame] | 10 | #endif /* TARGET_RISCV_CPU_VENDORID_H */ |