aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-05-14 11:02:15 -0700
committerGitHub <noreply@github.com>2019-05-14 11:02:15 -0700
commit8ac902f6ff877e976af434bfe8fa8445930174a1 (patch)
treec140d3661f447fc2e61f15ebeaa1956b1a358774 /ChangeLog.md
parent8925aec9dc03d590e7cf8c45314a37e50ebfba02 (diff)
downloadriscv-isa-sim-8ac902f6ff877e976af434bfe8fa8445930174a1.zip
riscv-isa-sim-8ac902f6ff877e976af434bfe8fa8445930174a1.tar.gz
riscv-isa-sim-8ac902f6ff877e976af434bfe8fa8445930174a1.tar.bz2
Clean up debug module options. (#299)
* Clean up debug module options. 1. Instead of passing each one a few levels deep, create debug_module_config_t which contains them all. 2. Rename all those command line options so they start with --dm for debug module. 3. Add --dm-no-halt-groups to disable halt group support. * Update changelog.
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 1c84bee..e411491 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,7 +1,13 @@
Version 1.0.1-dev
-----------------
- Added `hasel` debug feature.
-- Added `--debug-no-abstract-csr` command-line option.
+- Added `--dm-no-abstract-csr` command-line option.
+- Renamed `--progsize` to `--dm-progsize`.
+- Renamed `--debug-sba` to `--dm-sba`.
+- Renamed `--debug-auth` to `--dm-auth`.
+- Renamed `--abstract-rti` to `--dm-abstract-rti`.
+- Renamed `--without-hasel` to `--dm-no-hasel`.
+- Added `--dm-no-halt-groups` command line option.
Version 1.0.0 (2019-03-30)
--------------------------