We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe47f5 + 11b4ba8 commit 5e2d93cCopy full SHA for 5e2d93c
backends/crd_doc/templates/crd.adoc.erb
@@ -514,6 +514,10 @@ h| Privilege Mode | <%= csr.priv_mode %>
514
515
516
==== Format
517
+
518
+Green fields are present in <%= crd.name %>.
519
+Red fields are defined by the RISC-V ISA but not present in <%= crd.name %>.
520
521
<% unless csr.dynamic_length?(crd.arch_def) || csr.fields.any? { |f| f.dynamic_location?(crd.arch_def) } -%>
522
<%# CSR has a known static length, so there is only one format to display -%>
523
.<%= csr.name %> format
0 commit comments