riscv-software-src / riscv-unified-db

Machine-readable database of the RISC-V specification, and tools to generate various views
Other
20 stars 15 forks source link

Different kinds of optional #261

Closed james-ball-qualcomm closed 1 week ago

james-ball-qualcomm commented 1 week ago

Created new class ExtensionPresence and now generate profiles either with or without different kinds of optional.

Is the extension mandatory, optional, various kinds of optional, etc. Accepts two kinds of YAML schemas: String Example => presence: mandatory Hash Must have the key "optional" with a String value Example => presence: optional: development class ExtensionPresence