aboutsummaryrefslogtreecommitdiff
path: root/spike_dasm
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Add config.h includes directly to source files instead of relying on header c...Jerry Zhao1-0/+1
2022-10-04Fix or work around other unused-parameter warnings in ancillary programsAndrew Waterman1-1/+1
2022-06-06Zero-extend instructions in spike-dasmAndrew Waterman1-5/+1
2022-05-04Linking spike_dasm misses libriscv.a dependance (#986)jmonesti1-1/+1
2022-03-11Incorporate supported privilege levels into isa_parser_t (#940)Rupert Swarbrick1-1/+1
2022-01-27Bind disas for instructions with the isa supportWeiwei Li1-1/+1
2022-01-26Use unified ISA-string processing in spike-dasm and spikeWeiwei Li2-15/+3
2020-09-22Separate build of spike and spike-dasmAndrew Waterman4-0/+93