138 Commits (632777d37139298f0af1ee8d2a001f3ab0bde98c)

Author SHA1 Message Date
Tim Newsome 1112fd33a4 Add --dm-no-abstract-fpr option. 4 years ago
Andrew Waterman 97219fe85e Suppress unused-variable warnings in spike main 4 years ago
Andrew Waterman d4747aaab2 Suppress unused-parameter warnings in spike main 4 years ago
Weiwei Li db24e31569 Add missed decription for log-commits option 4 years ago
Andrew Waterman 1df65613df Add missing description of --dtb in --help message 4 years ago
Rupert Swarbrick 8e70cdfa61 Move real_time_clint into cfg_t 4 years ago
Rupert Swarbrick acf88fe131 Move varch into cfg_t 4 years ago
Rupert Swarbrick 9f0cf34370 Remove nprocs from cfg_t 4 years ago
Rupert Swarbrick 61b4f61a85 Move hartids into cfg_t 4 years ago
Rupert Swarbrick e4aaed1b7b Move the "default hartids" logic from sim.cc into spike.cc 4 years ago
Rupert Swarbrick 0d90f75dc4 Slightly refactor --hartids parsing in spike.cc 4 years ago
Rupert Swarbrick 970466e6eb Move start_pc into cfg_t 4 years ago
Rupert Swarbrick 168b4ea6a5
Split mem layout computation in spike.cc (#957) 4 years ago
Rupert Swarbrick b163dd4ddf Fold priv parameter into cfg_t 4 years ago
Rupert Swarbrick 4ce0b5aef1 Fold isa parameter into cfg_t 4 years ago
Rupert Swarbrick c13e33a363 Fold nprocs parameter into cfg_t 4 years ago
Rupert Swarbrick 2da3ce5d4c Fold bootargs parameter in the new cfg_t type 4 years ago
Rupert Swarbrick b742ddc66f Initial step towards factoring out command line configuration 4 years ago
John Ingalls 0dd29aaf59
Documentation: Cache block size for CMO operations default 64 (#923) 4 years ago
liweiwei 42cbf10dc1 add blocksz parameter to specify the cache block size for CBO operations 4 years ago
Tim Newsome 39fc8c3921
Don't say "master" (#898) 4 years ago
Andrew Waterman 3c3c0eaa86 Don't use "using" 5 years ago
Elmar Melcher 9a4465e67f
add option --cmd to read commands from file (#772) 5 years ago
Elmar Melcher 676ae7e541
add option --log=<name> to command line help (#795) 5 years ago
Elmar Melcher a13b7f77e9 kill program if socket creation fails 5 years ago
Elmar Melcher 08ed2fab4f use socket output stream for processor debug output 5 years ago
Elmar Melcher a5243f4520 declare socket properties in processor_t 5 years ago
Elmar Melcher e30c9c90ef declare socket properties in sim_t 5 years ago
Chih-Min Chao d99db79e38 sim: rewrite memory-region overlapping helper 5 years ago
Zitao Fang 3d19864f39 Support multiple extensions at the same time 5 years ago
Andrew Waterman 716245f514 Fix --kernel and --initrd options w.r.t. sparse mem_t implementation 5 years ago
Andrew Waterman 29829bb326 Fix compile warnings 5 years ago
Andrew Waterman b2b6f45c15 Validate integer command-line arguments 6 years ago
Samuel Obuch 5e073efff0 Add option to dissable implicit ebreak in program buffer 6 years ago
Anup Patel dff90a831e Add kernel command line option for spike 6 years ago
Anup Patel 2cb19ac699 Add bootargs command-line option to Spike 6 years ago
Dave Wen 1edd5a0191
fix the memory regions checker (#474) 6 years ago
Chih-Min Chao 3b26740205 fdt: restructure dtb create and config flow 6 years ago
Chih-Min Chao 65f42ac88a fdt: option: add --dtb option to specify dtb binary file 6 years ago
Dave.Wen 63feddee1d merge the overlapping or containing memory regions when user specified 6 years ago
Andrew Waterman ecb15182b5 Handle misaligned memories by aligning them, rather than erroring 6 years ago
Rupert Swarbrick bf296ca064
Write execution logs to a named log file (#409) 6 years ago
Anup Patel 9d7c52c6bb Add optional support for real-time clint 6 years ago
Anup Patel 813ab17184 Make spike capable of booting Linux 6 years ago
Andrew Waterman 8ffefbc9a1 Add --priv option to control which privilege modes are available 7 years ago
dave-estes-syzexion c171379c78 Adds --log-commits commandline option. (#323) 7 years ago
Aaron Jones d184cd4dbf
Implement MMIO device plugins. 7 years ago
Chih-Min Chao 48fe0c484d rvv: add varch option parser and initialize vector unit 7 years ago
Chih-Min Chao 004649e9e5 rvv: add configuration and command-line option 7 years ago
Tim Newsome 8ac902f6ff
Clean up debug module options. (#299) 7 years ago