From 6dfc26da34c1c6790ad9f86c821902a938dc1abe Mon Sep 17 00:00:00 2001 From: Derek Hower Date: Tue, 19 Nov 2024 09:00:13 -0800 Subject: [PATCH] Fix CSR headings in ext_pdf backend --- backends/ext_pdf_doc/templates/ext_pdf.adoc.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/ext_pdf_doc/templates/ext_pdf.adoc.erb b/backends/ext_pdf_doc/templates/ext_pdf.adoc.erb index bce3131e6..c088ff3e1 100644 --- a/backends/ext_pdf_doc/templates/ext_pdf.adoc.erb +++ b/backends/ext_pdf_doc/templates/ext_pdf.adoc.erb @@ -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. @@ -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.