riscv / riscv-cheri

This repository contains the CHERI extension specification, adding hardware capabilities to RISC-V ISA to enable fine-grained memory protection and scalable compartmentalization.
https://jira.riscv.org/browse/RVG-148
Creative Commons Attribution 4.0 International
37 stars 24 forks source link

Clarify behaviour of scss with malformed bounds #281

Closed Timmmm closed 1 month ago

Timmmm commented 1 month ago

It's unclear how SCSS should treat malformed bounds. Possibilities are that base=0, top=0 (GCBASE, GCLEN do this); or that they are treated specially (always false or something).