Skip to content

Commit

Permalink
Merge pull request #284 from riscv-software-src/ext_pdf
Browse files Browse the repository at this point in the history
Fix CSR headings in ext_pdf backend
  • Loading branch information
dhower-qc authored Nov 20, 2024
2 parents c538d80 + 0e24ae2 commit 39fb6e2
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 39fb6e2

Please sign in to comment.