aboutsummaryrefslogtreecommitdiff
path: root/spike_main/spike_main.mk.in
AgeCommit message (Collapse)AuthorFilesLines
2022-09-23Build and install lib and header dependencies for HammerJerin Joy1-0/+2
https://github.com/rivosinc/hammer Signed-off-by: Jerin Joy <joy@rivosinc.com>
2020-09-22Separate build of spike and spike-dasmAndrew Waterman1-1/+1
2020-04-26fdt: import fdt library from OpenSBIChih-Min Chao1-0/+1
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2019-06-18rvv: add simple instruction parsing toolChih-Min Chao1-0/+1
the tool can parse the instruction name from spike debug log to help dsp kernel designer check what instructions have been used Signed-off-by: Jerry Shih <bignose1007@gmail.com>
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-0/+1
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-1/+0
Default is RV64IMAFDC. Can do things like --isa=RV32 (which implies IMAFDC) --isa=IM (which implies RV64) --isa=RV64IMAFDXhwacha
2015-01-04Rename riscv-dis to spike-dasmAndrew Waterman1-1/+1
This is a better name, since it looks for the string DASM(xxx), and it fixes tab completion for the cross compiler.
2014-12-20Support building from within root directoryAndrew Waterman1-0/+14