riscv-non-isa / riscv-rpmi

RISC-V Platform Management Interface Specification. OS-agnostic messaging interface for system management and control
https://jira.riscv.org/browse/RVG-151
Creative Commons Attribution 4.0 International
8 stars 8 forks source link

Single format to represent array fields #30

Closed pathakraul closed 1 month ago

pathakraul commented 5 months ago

Currently we have represented array fields in services in multiple ways which is confusing. Some are represented in expanded manner where the datatype of each array member becomes without [ ] and some are directly mentioned as array which gets [] in type.

Use single representation for all array fields