Andrew Waterman
|
8ad998f0e7
|
Add --strict command-line arg to spike-dasm
|
1 year ago |
Jerry Zhao
|
c187be0a1e
|
Remove leftover config.h includes in dasm/log-parser
|
2 years ago |
Jerry Zhao
|
d90e6df9c3
|
Remove --with-isa compile-time option
|
2 years ago |
Jerry Zhao
|
e1919d3b06
|
Add config.h includes directly to source files instead of relying on header chaining
This step is to ensure that removing config.h out of headers will not cause regressions.
|
3 years ago |
Andrew Waterman
|
a51e44ed22
|
Fix or work around other unused-parameter warnings in ancillary programs
|
4 years ago |
Andrew Waterman
|
d2020b3256
|
Zero-extend instructions in spike-dasm
...since we no longer rely on their being sign-extended.
|
4 years ago |
jmonesti
|
8f46a28436
|
Linking spike_dasm misses libriscv.a dependance (#986)
Whereas spike-dasm.cc now instanciates an isa_parser_t,
the dependance on libriscv.a has become unconditional.
|
4 years ago |
Rupert Swarbrick
|
59ec157568
|
Incorporate supported privilege levels into isa_parser_t (#940)
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.
|
4 years ago |
Weiwei Li
|
a68d310bcb
|
Bind disas for instructions with the isa support
|
4 years ago |
Weiwei Li
|
d685520fed
|
Use unified ISA-string processing in spike-dasm and spike
|
4 years ago |
Andrew Waterman
|
59d450e586
|
Separate build of spike and spike-dasm
|
6 years ago |