Skip to content

Commit

Permalink
Replacing the special tick character
Browse files Browse the repository at this point in the history
The use of a special tick character in schema_isa.yaml cause
the riscof validateyaml command to fail in some environments.
This has been reported in the following issues.

riscv-software-src/riscof#17
riscv-software-src/riscof#107
  • Loading branch information
silabs-kjetil committed Feb 6, 2024
1 parent 95e21b2 commit c1704ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions riscv_config/schemas/schema_isa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ hart_schema:
schema:
description:
type: string
default: The mstatus register keeps track of and controls the harts current
default: The mstatus register keeps track of and controls the hart's current
operating state.
address: {type: integer, default: 768, allowed: [768]}
priv_mode: {type: string, default: M, allowed: [M]}
Expand Down Expand Up @@ -1468,7 +1468,7 @@ hart_schema:
schema:
description:
type: string
default: The mstatush register keeps track of and controls the harts current
default: The mstatush register keeps track of and controls the hart's current
operating state.
address: {type: integer, default: 768, allowed: [768]}
priv_mode: {type: string, default: M, allowed: [M]}
Expand Down Expand Up @@ -8242,7 +8242,7 @@ hart_schema:
schema:
description:
type: string
default: The sstatus register keeps track of the processors current operating state.
default: The sstatus register keeps track of the processor's current operating state.
address: {type: integer, default: 0x100, allowed: [0x100]}
priv_mode: {type: string, default: S, allowed: [S]}
reset-val:
Expand Down Expand Up @@ -9738,7 +9738,7 @@ hart_schema:
schema:
description:
type: string
default: The ustatus register keeps track of the processors current operating state.
default: The ustatus register keeps track of the processor's current operating state.
address: {type: integer, default: 0x000, allowed: [0x000]}
priv_mode: {type: string, default: U, allowed: [U]}
reset-val:
Expand Down Expand Up @@ -10501,7 +10501,7 @@ hart_schema:
schema:
description:
type: string
default: The hstatus register keeps track of and controls the harts current
default: The hstatus register keeps track of and controls the hart's current
operating state.
address: {type: integer, default: 1536, allowed: [1536]}
priv_mode: {type: string, default: H, allowed: [H]}
Expand Down Expand Up @@ -12229,7 +12229,7 @@ CSR and the value returned in VS-mode or VU-mode.}
schema:
description:
type: string
default: The vsstatus register keeps track of the processors current operating state.
default: The vsstatus register keeps track of the processor's current operating state.
address: {type: integer, default: 0x200, allowed: [0x200]}
priv_mode: {type: string, default: S, allowed: [S]}
reset-val:
Expand Down

0 comments on commit c1704ac

Please sign in to comment.