aboutsummaryrefslogtreecommitdiff
path: root/spike_main
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Add cfg_t field to enable PTE dirtyingJerry Zhao2-0/+2
2023-01-03Add --[no-]misaligned command-line optionsAndrew Waterman2-0/+4
2023-01-03Pass cfg object to processor_t constructorAndrew Waterman1-1/+12
2022-12-22Remove non-installed header lists from Makefile fragmentsAndrew Waterman1-2/+0
2022-12-15Add config.h includes directly to source files instead of relying on header c...Jerry Zhao2-0/+2
2022-12-15Rename memif_endianness_t to endianness_tJerry Zhao2-3/+3
2022-12-13Move boost asio socket interface to socketif_tJerry Zhao1-26/+1
2022-11-30Reimplement memory merging routinesParshintsev Anatoly1-22/+41
2022-11-16Merge pull request #1119 from aap-sc/aap-sc/max_pa_restrictionAndrew Waterman1-5/+24
2022-11-16Only allow memory regions that are less than (1ull << MAX_PADDR_BITS)Parshintsev Anatoly1-1/+21
2022-11-15get rid of redundant casts during mem layout processingParshintsev Anatoly1-4/+3
2022-10-25Remove set_target_endianness | add --big-endian flagJerry Zhao2-1/+4
2022-10-20Set 16..4096-byte bound on cache-block sizeAndrew Waterman1-2/+5
2022-10-14Support command-line configuration of number of pmpregionsJerry Zhao1-0/+3
2022-10-14Report error if an unsupported memory configuration is detectedParshintsev Anatoly1-3/+8
2022-10-07Add --dm-no-abstract-fpr option.Tim Newsome1-1/+5
2022-10-04Suppress unused-variable warnings in spike mainAndrew Waterman1-1/+1
2022-10-04Fix or work around other unused-parameter warnings in ancillary programsAndrew Waterman2-5/+6
2022-10-04Suppress unused-parameter warnings in spike mainAndrew Waterman1-16/+16
2022-09-23Build and install lib and header dependencies for HammerJerin Joy1-0/+2
2022-08-10Add missed decription for log-commits optionWeiwei Li1-0/+1
2022-04-30Add missing description of --dtb in --help messageAndrew Waterman1-0/+1
2022-04-12Move real_time_clint into cfg_tRupert Swarbrick1-4/+4
2022-04-12Move varch into cfg_tRupert Swarbrick1-3/+3
2022-04-12Remove nprocs from cfg_tRupert Swarbrick1-7/+8
2022-04-12Move hartids into cfg_tRupert Swarbrick1-11/+17
2022-04-12Move the "default hartids" logic from sim.cc into spike.ccRupert Swarbrick1-0/+16
2022-04-12Slightly refactor --hartids parsing in spike.ccRupert Swarbrick1-13/+16
2022-04-12Move start_pc into cfg_tRupert Swarbrick1-3/+2
2022-04-11Change processor_t to hold a pointer to an isa_parser_t (#973)Rupert Swarbrick1-1/+1
2022-04-11Split mem layout computation in spike.cc (#957)Rupert Swarbrick1-25/+36
2022-03-18Fold priv parameter into cfg_tRupert Swarbrick1-4/+4
2022-03-18Fold isa parameter into cfg_tRupert Swarbrick1-4/+5
2022-03-18Fold nprocs parameter into cfg_tRupert Swarbrick1-5/+5
2022-03-18Fold bootargs parameter in the new cfg_t typeRupert Swarbrick1-4/+4
2022-03-18Initial step towards factoring out command line configurationRupert Swarbrick1-7/+8
2022-03-12Construct an isa_parser_t and pass it to processor_t constructorRupert Swarbrick1-3/+4
2022-02-18Documentation: Cache block size for CMO operations default 64 (#923)John Ingalls1-1/+1
2022-01-29add blocksz parameter to specify the cache block size for CBO operationsliweiwei1-0/+10
2022-01-06Don't say "master" (#898)Tim Newsome1-3/+3
2021-09-17Don't use "using"Andrew Waterman1-4/+3
2021-09-17Use RIAA pattern in manipulating ostream flagsAndrew Waterman1-1/+1
2021-09-14add option --cmd to read commands from file (#772)Elmar Melcher1-3/+11
2021-09-06add option --log=<name> to command line help (#795)Elmar Melcher1-0/+1
2021-08-03kill program if socket creation failsElmar Melcher1-0/+1
2021-08-03use socket output stream for processor debug outputElmar Melcher1-1/+1
2021-08-03declare socket properties in processor_tElmar Melcher2-1/+26
2021-08-03declare socket properties in sim_tElmar Melcher1-1/+10
2021-06-02sim: rewrite memory-region overlapping helperChih-Min Chao1-20/+19
2021-02-14Support multiple extensions at the same timeZitao Fang1-3/+5