Fix edge case if exporting a block that contains no internal registers. #53

This commit is contained in:
Alex Mykyta
2023-06-28 22:24:10 -07:00
parent b056a443f1
commit 1f193e87eb
2 changed files with 11 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ Other Rules
other.
* Unless it is a register, the reference assigned to ``rbuffer_trigger`` shall
represent a single bit.
* The software read operation considered to take place when the buffer is loaded
* The software read operation considered to take place when the buffer is loaded.
This influences the behavior of properties like ``swmod`` and ``swacc`` -
they are not asserted until the register's fields are actually sampled by the
buffer.