aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23configure option --with-target (#776)emelcher1-0/+3
* add configure option --with-target * executed autoconf
2021-08-03configure for boost libemelcher1-0/+18
2020-11-07Update generated configure scriptMarcus Comstedt1-0/+9
2020-09-22Don't error out if dlopen isn't availableAndrew Waterman1-6/+12
2019-11-12Add --priv option to control which privilege modes are availableAndrew Waterman1-0/+3
2019-06-14rvv: add configuration and command-line optionChih-Min Chao1-0/+3
1. configure option "--with-varch" the option defines the default u-arch implementatiton-decided parameter VLEN: vector register length in bit SLEN: striping distance in bit ELEN: max element size in bit ex: --with-vector=v128:e32:s128 2. add __int128_t type checking 3. add --varch command option and help message ex: --varch=v512:e64:s512 Signed-off-by: Dave Wen <dave.wen@sifive.com>
2017-04-05Add --enable-misaligned option for misaligned ld/st supportAndrew Waterman1-0/+3
Resolves #93
2017-03-21autoconf: put location of 'dtc' into config.hWesley W. Terpstra1-0/+3
2017-02-18Make HW setting of PTE A/D bits optional (by configure arg)Andrew Waterman1-0/+3
https://github.com/riscv/riscv-isa-manual/issues/14
2016-04-02Allow configuration of default ISA with --with-isaAndrew Waterman1-2/+44
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-9/+0
Default is RV64IMAFDC. Can do things like --isa=RV32 (which implies IMAFDC) --isa=IM (which implies RV64) --isa=RV64IMAFDXhwacha
2015-03-30Implement RVC draftAndrew Waterman1-0/+3
2014-12-29autoreconf 65ba70071d11cc19b3dc85c047c5fea6d4d7bc0dPalmer Dabbelt1-4/+1
2014-11-25Factor out the dummy RoCC acceleratorAndrew Waterman1-0/+3
2014-08-15Added PC histogram option.Christopher Celio1-0/+3
- Spits out all PCs (on 4B granularity) executed with count. - Requires a compile time configuration option. - Also requires a run-time flag.
2014-01-26Enable runtime loading of dynamic library with --extlibAndrew Waterman1-1/+1
2014-01-24Require libdl for dynamic linking at runtimeAndrew Waterman1-0/+3
2013-10-17add hwacha exception supportYunsup Lee1-0/+3
2013-10-10commit configure script; new configure option --enable-commitlogYunsup Lee1-0/+3
2013-07-26Remove more vector stuffAndrew Waterman1-6/+0
2013-01-25change htif to link against libfesvrAndrew Waterman1-0/+6
2011-11-11Remove dependence on binutilsYour Name1-3/+0
We now have our own disassembler.
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+46
2011-06-12[sim] renamed to riscv-isa-runAndrew Waterman1-49/+0
2011-04-15[sim] added icache simulator (disabled by default)Andrew Waterman1-0/+3
2011-04-09[sim] add disable option for vectorYunsup Lee1-0/+3
2011-04-09[sim,pk] reorganized status registerAndrew Waterman1-0/+3
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman1-0/+6
2010-09-20[xcc, sim] changed instruction format so imm12 subs for rs2Andrew Waterman1-0/+6
2010-07-18Reorganized directory structureAndrew Waterman1-0/+28
Moved cross-compiler to /xcc/ rather than / Added ISA sim in /sim/ Added Proxy Kernel in /pk/ (to be cleaned up) Added opcode map to /opcodes/ (ditto) Added documentation to /doc/