From bdd9cc861bedcc394750c50be8b2e7c98e0006c5 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Mon, 19 Jan 2026 14:43:45 -0600 Subject: [PATCH 1/3] Add unratified Ziccid extension --- CHANGELOG.md | 4 ++++ riscv_config/__init__.py | 2 +- riscv_config/constants.py | 3 ++- setup.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b1f0f..dcf0d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [3.18.4] - 2026-01-19 + - Add unratified Ziccid extension + ## [3.18.3] - 2024-05-28 - exclude Svnapot from march generation. fixes #178. - log raw error messages from ruamel while loading yamls. fixes #179. diff --git a/riscv_config/__init__.py b/riscv_config/__init__.py index 3821f42..94e44d8 100644 --- a/riscv_config/__init__.py +++ b/riscv_config/__init__.py @@ -1,4 +1,4 @@ from pkgutil import extend_path __path__ = extend_path(__path__, __name__) -__version__ = '3.18.3' +__version__ = '3.18.4' diff --git a/riscv_config/constants.py b/riscv_config/constants.py index 2913757..7dcab7d 100644 --- a/riscv_config/constants.py +++ b/riscv_config/constants.py @@ -30,7 +30,8 @@ "Ztso", "Zba", "Zbb", "Zbc", "Zbe", "Zbf", "Zbkb", "Zbkc", "Zbkx", "Zbm", "Zbp", "Zbpbo", "Zbr", "Zbs", "Zbt", "Zk", "Zkn", "Zknd", "Zkne", "Zknh", "Zkr", "Zks", "Zksed", "Zksh", "Zkt", - "Zpn", "Zpsf" + "Zpn", "Zpsf", + "Ziccid" ] + Zve_extensions + Zvl_extensions S_extensions = ['Smrnmi','Smdbltrp', 'Ssdbltrp', 'Svnapot','Svadu', 'Sddbltrp', 'Sdext'] diff --git a/setup.cfg b/setup.cfg index c6427e0..e139e47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.18.3 +current_version = 3.18.4 commit = True tag = True From 35645e37d3f4510cc3e1c3fc721d90dca94ea00a Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue <91900059+ved-rivos@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:51:26 -0600 Subject: [PATCH 2/3] Remove unnecessary newline in __init__.py Signed-off-by: Ved Shanbhogue <91900059+ved-rivos@users.noreply.github.com> --- riscv_config/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/riscv_config/__init__.py b/riscv_config/__init__.py index c7e6e3d..435d919 100644 --- a/riscv_config/__init__.py +++ b/riscv_config/__init__.py @@ -1,4 +1,3 @@ from pkgutil import extend_path __path__ = extend_path(__path__, __name__) - __version__ = '3.21.0' From 8325746f9d57e0d0fc2eefaff597ef35159f18bb Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue <91900059+ved-rivos@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:52:13 -0600 Subject: [PATCH 3/3] Update setup.cfg Signed-off-by: Ved Shanbhogue <91900059+ved-rivos@users.noreply.github.com> --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d1c045d..fc890e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [bumpversion] current_version = 3.21.0 - commit = True tag = True