Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HW] Resolve ambiguous array_slice documentation (#8202)
The documentation explicitly states that an OOB access is UB, but also says that it is equivalent to the Verilog example. However, OOB in Verilog would return the default value of the type (e.g., 0 for 2-state), so it has different semantics. Also, I think it's better to keep Verilog analogies out of the core dialect documentation in general
- Loading branch information