aboutsummaryrefslogtreecommitdiff
path: root/spike_main/spike-log-parser.cc
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Remove old explicit-fields cfg_t constructor, switch to default constructorJerry Zhao1-13/+1
2023-11-04expose pmp granularity as a cli option.Karthik B K1-0/+1
2023-02-27Use size_t, rather than int, for hartidsAndrew Waterman1-1/+1
2023-01-27Remove dirty_enabled from cfg_tAaron Durbin1-1/+0
2023-01-18Add trigger_count field to cfg_tJerry Zhao1-1/+2
2023-01-04Add cfg_t field to enable PTE dirtyingJerry Zhao1-0/+1
2023-01-03Add --[no-]misaligned command-line optionsAndrew Waterman1-0/+1
2023-01-03Pass cfg object to processor_t constructorAndrew Waterman1-1/+12
2022-12-15Add config.h includes directly to source files instead of relying on header c...Jerry Zhao1-0/+1
2022-12-15Rename memif_endianness_t to endianness_tJerry Zhao1-1/+1
2022-10-25Remove set_target_endianness | add --big-endian flagJerry Zhao1-1/+1
2022-10-04Fix or work around other unused-parameter warnings in ancillary programsAndrew Waterman1-1/+1
2022-04-11Change processor_t to hold a pointer to an isa_parser_t (#973)Rupert Swarbrick1-1/+1
2022-03-12Construct an isa_parser_t and pass it to processor_t constructorRupert Swarbrick1-3/+4
2021-09-17Use RIAA pattern in manipulating ostream flagsAndrew Waterman1-1/+1
2021-08-03declare socket properties in processor_tElmar Melcher1-1/+1
2020-03-27Write execution logs to a named log file (#409)Rupert Swarbrick1-1/+1
2019-11-12Add --priv option to control which privilege modes are availableAndrew Waterman1-1/+1
2019-06-18rvv: add simple instruction parsing toolChih-Min Chao1-0/+60