aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_insts_mext.sail
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Rename regbits to regidx, to clarify the type is an index and not the content...Prashanth Mundkur1-6/+6
2019-05-10Use an explicit enum to indicate the retire status as opposed to a boolean to...Prashanth Mundkur1-12/+12
2019-05-03Minor formatting cleanup and remove obsolete comments.Prashanth Mundkur1-1/+1
2019-02-19Use sizeof xlen instead of the value definitions of xlen.Prashanth Mundkur1-17/+17
2019-02-11Fix xlen variable name.Prashanth Mundkur1-17/+17
2019-02-08Add xlen guards on encdec and assembly guards, and encdec for c.jal.Prashanth Mundkur1-1/+14
2019-02-08Start parameterizing definitions by xlen, which is currently still 64.Prashanth Mundkur1-4/+6
2019-01-25Add misa checks for instructions not in the base set.Prashanth Mundkur1-49/+81
2019-01-25Factor out each extension into separate files, do some minor cleanup.Prashanth Mundkur1-0/+143