aboutsummaryrefslogtreecommitdiff
path: root/riscv/extension.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-03-27Set badaddr=0 on illegal instruction trapsAndrew Waterman1-1/+1
2017-02-02Fix interrupt delegation for coprocessorsAndrew Waterman1-6/+1
2016-03-02WIP on priv spec v1.9Andrew Waterman1-4/+3
2015-09-08Refer to LICENSE in some newer source filesAndrew Waterman1-0/+2
2015-03-16bugfix in raising accelerator interruptsYunsup Lee1-1/+8
2015-03-12Update to new privileged specAndrew Waterman1-3/+1
Sorry, everyone.
2014-01-28Force extension loaders to be linked inAndrew Waterman1-6/+0
2014-01-26Eliminate hwacha <-> riscv circular dependenceAndrew Waterman1-2/+0
We now split out the spike executable into another subproject, which depends on both rocket and hwacha
2013-10-16revamp hwacha; now runs in physical modeYunsup Lee1-0/+1
2013-08-13Implement RoCC and add a dummy RoCCAndrew Waterman1-0/+29
Enable it with --extension=dummy