generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent usage of the word "system" #125
Labels
Comments
I hear you on the 7.1 bit. That was borrowed text from the RV spec and I'll clean it up as part of #96 work. For the other parts, I don't see a problem with the other examples you've cited. It seems like you have a pretty good idea of how system should and shouldn't be used, so I suggest you draft a PR. |
I've assigned this item for you. Please draft a PR. |
andreiw
pushed a commit
to andreiw/riscv-os-a-see-wip
that referenced
this issue
Apr 11, 2024
Based on riscv-non-isa#96 and riscv-non-isa#125 Signed-off-by: Andrei Warkentin <[email protected]>
andreiw
pushed a commit
to andreiw/riscv-os-a-see-wip
that referenced
this issue
Apr 11, 2024
Based on riscv-non-isa#96 and riscv-non-isa#125 Signed-off-by: Andrei Warkentin <[email protected]>
andreiw
pushed a commit
to andreiw/riscv-os-a-see-wip
that referenced
this issue
Apr 11, 2024
Based on riscv-non-isa#96, riscv-non-isa#125, and riscv-non-isa#109 Signed-off-by: Andrei Warkentin <[email protected]>
Closed
andreiw
pushed a commit
to andreiw/riscv-os-a-see-wip
that referenced
this issue
Apr 11, 2024
Based on riscv-non-isa#96, riscv-non-isa#125, and riscv-non-isa#109 Signed-off-by: Andrei Warkentin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The glossary gives a specific and comprehensive definition for the
word "system", but usage in the specification often differs from this
definition. The following are some examples.
System used to refer to that which implements the BRS, exclusive of
the operating system, hypervisor, or user application running upon it:
Chapter 2: "... systems will deliver features beyond those covered by BRS-I"
Section 8.1.1: "Systems compliant to BRS-I ..."
Section 8.3.7: "RISC-V systems compliant to the BRS"
System used to refer to some non-specific portion of the traditionally
hardware portion of the implementation:
Section 7.1: "the surrounding system" as distictly different from "the RISC-V
processor"
The text was updated successfully, but these errors were encountered: