aboutsummaryrefslogtreecommitdiff
path: root/riscv/extensions.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Refer to LICENSE in some newer source filesAndrew Waterman1-0/+2
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-0/+35
Default is RV64IMAFDC. Can do things like --isa=RV32 (which implies IMAFDC) --isa=IM (which implies RV64) --isa=RV64IMAFDXhwacha