From a2f5a26bffbc056f56c2d29006c46294ddc93b32 Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Tue, 11 Jun 2024 10:02:30 +0800 Subject: [PATCH] make fix Signed-off-by: Qinghao Shi --- .github/isa_templates/RV32IMCZicsr_Zifencei.yaml | 2 +- .github/isa_templates/RV64IMCZicsr_Zifencei.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/isa_templates/RV32IMCZicsr_Zifencei.yaml b/.github/isa_templates/RV32IMCZicsr_Zifencei.yaml index 69bf783e8..89eb7f9fd 100644 --- a/.github/isa_templates/RV32IMCZicsr_Zifencei.yaml +++ b/.github/isa_templates/RV32IMCZicsr_Zifencei.yaml @@ -1,6 +1,6 @@ hart_ids: [0] hart0: - ISA: RV32IMCFDZicsr_Zifencei + ISA: RV32IMFDCZicsr_Zifencei physical_addr_sz: 32 User_Spec_Version: '2.3' supported_xlen: [32] diff --git a/.github/isa_templates/RV64IMCZicsr_Zifencei.yaml b/.github/isa_templates/RV64IMCZicsr_Zifencei.yaml index 9ac314781..cc106fd1c 100644 --- a/.github/isa_templates/RV64IMCZicsr_Zifencei.yaml +++ b/.github/isa_templates/RV64IMCZicsr_Zifencei.yaml @@ -1,6 +1,6 @@ hart_ids: [0] hart0: - ISA: RV64IMCFDZicsr_Zifencei + ISA: RV64IMFDCZicsr_Zifencei physical_addr_sz: 32 User_Spec_Version: '2.3' supported_xlen: [64]