This commit is contained in:
Alex Mykyta
2023-03-25 22:59:23 -07:00
parent 8b9dfe5ebe
commit 2d76f6d575
3 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ X Illegal property references:
next
is this ever illegal?
X If a node ispresent=true, and any of it's properties are a reference,
X If a node ispresent=true, and any of its properties are a reference,
then those references' ispresent shall also be true
This is an explicit clause in the spec: 5.3.1-i

View File

@@ -34,7 +34,7 @@ enabled by compiling the following file along with your design:
``buffer_reads``
* Assigned value is a boolean.
* If true, enables double-buffering of software reads of this register.
* The read buffer will load the register's field values when it's trigger
* The read buffer will load the register's field values when its trigger
event is asserted.
* Unless specified otherwise, the buffer trigger occurs when the lowest
address of the buffered register is read.