-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add NAPOT type for parameters #305
Labels
enhancement
New feature or request
Comments
This isn't a small change; JSON Schema can't represent a power-of-2. |
It can be a smal integer interpeted as a power of 2? Or an enum?
…On Fri, Nov 22, 2024 at 12:13 PM Derek Hower ***@***.***> wrote:
This isn't a small change; JSON Schema can't represent a power-of-2.
—
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPXVJUWEXYGX53UMJMKCY32B6F7TAVCNFSM6AAAAABSJ2Q64KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJUG4YTSNJXHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
that we can do. |
I'm not quite sure why this got closed. Can you explain why? |
I saw that go by also. NAPOT is a power-of-two, and can be defined as an
enum (1, 2, 4, 8, or 0x1, 0x10, 0x100, etc)
or it can be defined as an Uint in the range 0..63 which is interpreted to
be the power of two..
I interpreted closing this to mean there are already small range
Uints defined, so you don't need to do anything
…On Fri, Dec 20, 2024 at 6:27 AM james-ball-qualcomm < ***@***.***> wrote:
I'm not quite sure why this got closed. Can you explain why?
—
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPXVJSC5NHPRFOQYJYF7CD2GQSNRAVCNFSM6AAAAABSJ2Q64KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGEYTQMZYGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on email conversation with @allenjbaum and @dhower-qc
See https://lists.riscv.org/g/csc-tests-models-recommend/topic/109446970#msg128
The text was updated successfully, but these errors were encountered: