generate working ISS from CoreDSL 2.0

This commit is contained in:
2021-02-06 14:47:06 +00:00
parent da7e29fbb7
commit 34bb8e62ae
9 changed files with 2778 additions and 2398 deletions

View File

@ -24,4 +24,4 @@ Core TGF_C provides RV32I, RV32M, RV32IC {
unsigned PGSIZE = 0x1000; //1 << 12;
unsigned PGMASK = 0xfff; //PGSIZE-1
}
}
}