2021-09-04 12:46:56 +02:00
|
|
|
import "CoreDSL-Instruction-Set-Description/RV32I.core_desc"
|
|
|
|
import "CoreDSL-Instruction-Set-Description/RVM.core_desc"
|
|
|
|
import "CoreDSL-Instruction-Set-Description/RVC.core_desc"
|
|
|
|
|
|
|
|
Core TGC_D provides RV32I, RV32M, RV32IC {
|
|
|
|
architectural_state {
|
2021-09-29 00:03:11 +02:00
|
|
|
XLEN=32;
|
2021-09-04 12:46:56 +02:00
|
|
|
// definitions for the architecture wrapper
|
|
|
|
// XL ZYXWVUTSRQPONMLKJIHGFEDCBA
|
|
|
|
unsigned MISA_VAL = 0b01000000000000000001000100000100;
|
2021-09-30 19:26:21 +02:00
|
|
|
unsigned MARCHID_VAL = 0x80000004;
|
2021-09-04 12:46:56 +02:00
|
|
|
}
|
|
|
|
}
|