design: Add Bool type
This commit is contained in:
parent
5d5d3fd31c
commit
cdfccb0f1c
@ -6,7 +6,7 @@ PDL allows defining a protocol using HOPP and TAPE.
|
|||||||
|
|
||||||
| Syntax | TN | CN | Description
|
| Syntax | TN | CN | Description
|
||||||
| ---------- | ------- | -: | -----------
|
| ---------- | ------- | -: | -----------
|
||||||
| I5 | SI | |
|
| I5 | SI | |
|
||||||
| I8 | LSI | 0 |
|
| I8 | LSI | 0 |
|
||||||
| I16 | LSI | 1 |
|
| I16 | LSI | 1 |
|
||||||
| I32 | LSI | 3 |
|
| I32 | LSI | 3 |
|
||||||
@ -25,6 +25,7 @@ PDL allows defining a protocol using HOPP and TAPE.
|
|||||||
| F64 | FP | 7 |
|
| F64 | FP | 7 |
|
||||||
| F128[^2] | FP | 15 |
|
| F128[^2] | FP | 15 |
|
||||||
| F256[^2] | FP | 31 |
|
| F256[^2] | FP | 31 |
|
||||||
|
| Bool | SI | |
|
||||||
| String | SBA/LBA | * | UTF-8 string
|
| String | SBA/LBA | * | UTF-8 string
|
||||||
| Buffer | SBA/LBA | * | Byte array
|
| Buffer | SBA/LBA | * | Byte array
|
||||||
| []\<TYPE\> | OTA | * | Array of any type[^1]
|
| []\<TYPE\> | OTA | * | Array of any type[^1]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user