aboutsummaryrefslogtreecommitdiff
path: root/spike_dasm
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15Add config.h includes directly to source files instead of relying on header ↵Jerry Zhao1-0/+1
chaining This step is to ensure that removing config.h out of headers will not cause regressions.
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
...since we no longer rely on their being sign-extended.
2022-05-04Linking spike_dasm misses libriscv.a dependance (#986)jmonesti1-1/+1
Whereas spike-dasm.cc now instanciates an isa_parser_t, the dependance on libriscv.a has become unconditional.
2022-03-11Incorporate supported privilege levels into isa_parser_t (#940)Rupert Swarbrick1-1/+1
These affect the "max_isa" value (now exposed as get_max_isa()) and feel like they're similar to the other computations done in isa_parser_t.
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