From dad03954b7f107f1f2921179558db595358de3d8 Mon Sep 17 00:00:00 2001 From: "Paul A. Clarke" Date: Wed, 12 Nov 2025 08:14:45 -0600 Subject: [PATCH] fix(data): fix schema paths in layout files Commit fe86e703431c9 fixed schema paths in YAML files, but also needed to fix the paths in the layout files which are used to generate some of those YAML files, or the paths get changed back to incorrect values. Fix those layout files and a few lingering incorrect schema paths. Signed-off-by: Paul A. Clarke --- spec/std/isa/csr/I/mcounteren.layout | 2 +- spec/std/isa/csr/S/scounteren.layout | 2 +- spec/std/isa/csr/Sscofpmf/scountovf.layout | 2 +- spec/std/isa/csr/dcsr.yaml | 2 +- spec/std/isa/csr/dpc.yaml | 2 +- spec/std/isa/csr/jvt.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/std/isa/csr/I/mcounteren.layout b/spec/std/isa/csr/I/mcounteren.layout index d84b642bdd..237e73eb04 100644 --- a/spec/std/isa/csr/I/mcounteren.layout +++ b/spec/std/isa/csr/I/mcounteren.layout @@ -1,7 +1,7 @@ # Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. # SPDX-License-Identifier: BSD-3-Clause-Clear -# yaml-language-server: $schema=../../schemas/csr_schema.json +# yaml-language-server: $schema=../../../../schemas/csr_schema.json $schema: csr_schema.json# kind: csr diff --git a/spec/std/isa/csr/S/scounteren.layout b/spec/std/isa/csr/S/scounteren.layout index f3a625894d..3a8284b4e8 100644 --- a/spec/std/isa/csr/S/scounteren.layout +++ b/spec/std/isa/csr/S/scounteren.layout @@ -1,7 +1,7 @@ # Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. # SPDX-License-Identifier: BSD-3-Clause-Clear -# yaml-language-server: $schema=../../schemas/csr_schema.json +# yaml-language-server: $schema=../../../../schemas/csr_schema.json $schema: csr_schema.json# kind: csr diff --git a/spec/std/isa/csr/Sscofpmf/scountovf.layout b/spec/std/isa/csr/Sscofpmf/scountovf.layout index dce5afd045..68badff9f2 100644 --- a/spec/std/isa/csr/Sscofpmf/scountovf.layout +++ b/spec/std/isa/csr/Sscofpmf/scountovf.layout @@ -1,7 +1,7 @@ # Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. # SPDX-License-Identifier: BSD-3-Clause-Clear -# yaml-language-server: $schema=../../../schemas/csr_schema.json +# yaml-language-server: $schema=../../../../schemas/csr_schema.json $schema: csr_schema.json# kind: csr diff --git a/spec/std/isa/csr/dcsr.yaml b/spec/std/isa/csr/dcsr.yaml index 329fb62067..75eb606c07 100644 --- a/spec/std/isa/csr/dcsr.yaml +++ b/spec/std/isa/csr/dcsr.yaml @@ -1,7 +1,7 @@ # Copyright (c) Katherine Hsu # SPDX-License-Identifier: BSD-3-Clause-Clear -# yaml-language-server: $schema=../../schemas/csr_schema.json +# yaml-language-server: $schema=../../../schemas/csr_schema.json $schema: "csr_schema.json#" kind: csr diff --git a/spec/std/isa/csr/dpc.yaml b/spec/std/isa/csr/dpc.yaml index 6366e19c6c..3e67e712a6 100644 --- a/spec/std/isa/csr/dpc.yaml +++ b/spec/std/isa/csr/dpc.yaml @@ -1,7 +1,7 @@ # Copyright (c) Katherine Hsu # SPDX-License-Identifier: BSD-3-Clause-Clear -# yaml-language-server: $schema=../../schemas/csr_schema.json +# yaml-language-server: $schema=../../../schemas/csr_schema.json $schema: "csr_schema.json#" kind: csr diff --git a/spec/std/isa/csr/jvt.yaml b/spec/std/isa/csr/jvt.yaml index 890bdfc06e..262351243b 100644 --- a/spec/std/isa/csr/jvt.yaml +++ b/spec/std/isa/csr/jvt.yaml @@ -1,7 +1,7 @@ # Copyright (c) Katherine Hsu # SPDX-License-Identifier: BSD-3-Clause-Clear -# yaml-language-server: $schema=../../schemas/csr_schema.json +# yaml-language-server: $schema=../../../schemas/csr_schema.json $schema: "csr_schema.json#" kind: csr