aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/config_utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Add a configuration option for exact matches on reservation addresses for LR/...Prashanth Mundkur1-0/+16
2026-03-10Add a `--rv32` option to use a default RV32 configuration. (#1600)Prashanth Mundkur1-0/+4
2026-02-12Add --config-override flag for configuration overrides (#1534)Mingzhu Yan1-22/+8
2025-12-22Improved clang-format style (#1396)Tim Hutt1-32/+21
2025-12-05Use C++ Sail output (#1274)Tim Hutt1-11/+0
2025-09-30A couple of fixes for config schema validation. (#1305)Prashanth Mundkur1-9/+12
2025-09-28Implement JSON schema validation for the configuration. (#1291)Prashanth Mundkur1-0/+57
2025-09-09Make get_config_uint64 more flexible (#1253)Tim Hutt1-24/+46
2025-09-07Consolidate the setting of abstract types in a single function. (#1260)Prashanth Mundkur1-0/+12
2025-07-01Replace exit codes with EXIT_SUCCESS/EXIT_FAILURE constants (#1115)Nadime Barhoumi1-2/+3
2025-06-13Improve the C++ get_config API for the Sail config. (#999)Prashanth Mundkur1-1/+1
2025-05-29Move the `get_config_` function out of `riscv_sim.cpp`. (#988)Prashanth Mundkur1-0/+37