summaryrefslogtreecommitdiff
path: root/riscv/riscv.sail
AgeCommit message (Expand)Author
2018-01-29Initial handling of CSR reads/writes.Prashanth Mundkur
2018-01-29Add satp to CSR dummy implemented predicate. Also direct the illegal instruc...Prashanth Mundkur
2018-01-29riscv: fix warnings about incomplete patterns. Add a check target in Makefile...Robert Norton
2018-01-29Merge branch 'sail2' of https://bitbucket.org/Peter_Sewell/sail into sail2Robert Norton
2018-01-29Added ecall/mret and exception support.Prashanth Mundkur
2018-01-29Fix error in RISCV: SLLI and SRLI were swapped...Robert Norton
2018-01-25riscv: remove case for non-existent constructor in match that was being treat...Robert Norton
2018-01-25work in progress riscv CSR implementation.Robert Norton
2018-01-19Got riscv spec to typecheck with sail2Alasdair Armstrong
2018-01-19riscv sail2 wip.Robert Norton