Skip to content

Commit 39fb6e2

Browse files
authored
Merge pull request #284 from riscv-software-src/ext_pdf
Fix CSR headings in ext_pdf backend
2 parents c538d80 + 0e24ae2 commit 39fb6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/ext_pdf_doc/templates/ext_pdf.adoc.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Reset value::
342342
<%- end -%>
343343

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

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

@@ -362,7 +362,7 @@ written value:
362362
<%- end -%>
363363

364364
<%- if csr.has_custom_sw_read? -%>
365-
== Software read
365+
==== Software read
366366

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

0 commit comments

Comments
 (0)