aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/cpu_vendorid.h
blob: 96b6b9c2cb58ef1dd1bfc1069fba8bcc5b24c3f2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TARGET_RISCV_CPU_VENDORID_H
#define TARGET_RISCV_CPU_VENDORID_H

#define THEAD_VENDOR_ID         0x5b7

#define VEYRON_V1_MARCHID       0x8000000000010000
#define VEYRON_V1_MIMPID        0x111
#define VEYRON_V1_MVENDORID     0x61f

#endif /*  TARGET_RISCV_CPU_VENDORID_H */