add marchid setting to CoreDSL description

This commit is contained in:
2021-09-30 19:26:21 +02:00
parent 17ee7b138d
commit 4186723d37
4 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Core TGC_B provides RV32I {
// definitions for the architecture wrapper
// XL ZYXWVUTSRQPONMLKJIHGFEDCBA
unsigned MISA_VAL = 0b01000000000000000000000100000000;
unsigned MARCHID_VAL = 0x80000002;
}
}