aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_insts_cext.sail
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Rename regbits to regidx, to clarify the type is an index and not the content...Prashanth Mundkur1-83/+83
2019-05-10Use an explicit enum to indicate the retire status as opposed to a boolean to...Prashanth Mundkur1-1/+1
2019-05-03Fix a todo for c.slli on RV32.Prashanth Mundkur1-3/+2
2019-05-03Minor formatting cleanup and remove obsolete comments.Prashanth Mundkur1-9/+13
2019-04-09Fix c.addiw to expand to a non-rvc instruction as per spec.Prashanth Mundkur1-7/+2
2019-02-19Use sizeof xlen instead of the value definitions of xlen.Prashanth Mundkur1-32/+32
2019-02-11Fix xlen variable name.Prashanth Mundkur1-32/+32
2019-02-08Add xlen guards on encdec and assembly guards, and encdec for c.jal.Prashanth Mundkur1-15/+43
2019-01-25Add misa checks for instructions not in the base set.Prashanth Mundkur1-0/+5
2019-01-25Factor out each extension into separate files, do some minor cleanup.Prashanth Mundkur1-0/+527