From c431ea48f6b9cfec58c962657fc8674b9df8a2de Mon Sep 17 00:00:00 2001 From: Marina-Bellido <116534125+Marina-Bellido@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:02:05 -0700 Subject: [PATCH 1/2] Update constants.py Currently missing extension Zfhmin so I added it. Signed-off-by: Marina-Bellido <116534125+Marina-Bellido@users.noreply.github.com> --- riscv_config/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv_config/constants.py b/riscv_config/constants.py index b2c7d9a..2034329 100644 --- a/riscv_config/constants.py +++ b/riscv_config/constants.py @@ -26,7 +26,7 @@ "Zam", "Zabha", "Zacas", "Zalasr", "Zca", "Zcb", "Zcf", "Zcd" , "Zcmp", "Zcmt", "Zcmop", "Zcmlsd", "Zfh", "Zfa", - "Zfinx", "Zdinx", "Zhinx", "Zhinxmin", + "Zfinx", "Zdinx", "Zfhmin", "Zhinx", "Zhinxmin", "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", From d74a6fa5bfe0b88f9d1d9b0568c9ee5fa453c85b Mon Sep 17 00:00:00 2001 From: Marina-Bellido <116534125+Marina-Bellido@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:23:50 -0700 Subject: [PATCH 2/2] Update constants.py Also added Zaamo and Zalrsc extensions Signed-off-by: Marina-Bellido <116534125+Marina-Bellido@users.noreply.github.com> --- riscv_config/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv_config/constants.py b/riscv_config/constants.py index 2034329..87cd943 100644 --- a/riscv_config/constants.py +++ b/riscv_config/constants.py @@ -23,7 +23,7 @@ Z_extensions = [ "Zicbom", "Zicbop", "Zicboz", "Zicntr", "Zicsr", "Zicond", "Zicfilp", "Zicfiss", "Zifencei", "Zihintpause", "Zihpm", "Zilsd", "Zimop", "Zmmul", - "Zam", "Zabha", "Zacas", "Zalasr", + "Zam", "Zabha", "Zacas", "Zalasr", "Zalrsc", "Zaamo", "Zca", "Zcb", "Zcf", "Zcd" , "Zcmp", "Zcmt", "Zcmop", "Zcmlsd", "Zfh", "Zfa", "Zfinx", "Zdinx", "Zfhmin", "Zhinx", "Zhinxmin",