Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backends/ext_pdf_doc/templates/ext_pdf.adoc.erb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Reset value::
<%- end -%>

<%- if csr.fields.map(&:has_custom_sw_write?).any? -%>
== Software write
==== Software write

This CSR may store a value that is different from what software attempts to write.

Expand All @@ -362,7 +362,7 @@ written value:
<%- end -%>

<%- if csr.has_custom_sw_read? -%>
== Software read
==== Software read

This CSR may return a value that is different from what is stored in hardware.

Expand Down
Loading