diff options
author | Bill Traynor <wmat@riscv.org> | 2024-04-09 18:59:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 15:59:13 -0700 |
commit | e2c70c0e7545064eede861248b341f0852200801 (patch) | |
tree | d37936f9ba64f38fd67ef6521233a59780182ef2 | |
parent | c6cf0cb45b539fa27309ef1cfca19a568e98735d (diff) | |
download | riscv-isa-manual-e2c70c0e7545064eede861248b341f0852200801.zip riscv-isa-manual-e2c70c0e7545064eede861248b341f0852200801.tar.gz riscv-isa-manual-e2c70c0e7545064eede861248b341f0852200801.tar.bz2 |
Fix heading spacing (#1338)riscv-isa-release-e2c70c0-2024-04-09
* Set heading margins
Set heading: margin_top to $block_margin_bottom
* Remove redundant use of Non-normative.
Deleted the use of .Non-normative before 5 notes.
-rw-r--r-- | src/resources/themes/riscv-spec.yml | 5 | ||||
-rw-r--r-- | src/sscofpmf.adoc | 2 | ||||
-rw-r--r-- | src/sstc.adoc | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/src/resources/themes/riscv-spec.yml b/src/resources/themes/riscv-spec.yml index b09c4e4..ceb6e53 100644 --- a/src/resources/themes/riscv-spec.yml +++ b/src/resources/themes/riscv-spec.yml @@ -80,8 +80,9 @@ codespan: menu_caret_content: " <font size=\"1.15em\"><color rgb=\"000000\">\u203a</color></font> " heading: align: left - margin_bottom: 0.25in - margin_top: 0.5in + margin_bottom: $block_margin_bottom + #margin_top: 0.25in + margin_top: $block_margin_bottom min_height_after: auto font_color: 000000 font_family: headings diff --git a/src/sscofpmf.adoc b/src/sscofpmf.adoc index 3ee5aae..556995f 100644 --- a/src/sscofpmf.adoc +++ b/src/sscofpmf.adoc @@ -84,7 +84,6 @@ LCOFIP bit is cleared by software before servicing the count overflow interrupt resulting from one or more count overflows. [NOTE] -.Non-normative ==== There are not separate overflow status and overflow interrupt enable bits. In practice, enabling overflow interrupt generation (by clearing the OF bit) is @@ -94,7 +93,6 @@ overflow interrupt can be generated. ==== [NOTE] -.Non-normative ==== Software can distinguish newly overflowed counters (yet to be serviced by an overflow interrupt handler) from overflowed counters that have already been diff --git a/src/sstc.adoc b/src/sstc.adoc index bbee9a9..279b20d 100644 --- a/src/sstc.adoc +++ b/src/sstc.adoc @@ -47,7 +47,6 @@ time - typically as a result of writing stimecmp. The interrupt will be taken based on the standard interrupt enable and delegation rules. [NOTE] -.Non-normative ==== A spurious timer interrupt might occur if an interrupt handler advances stimecmp then immediately returns, because STIP might not yet have fallen in @@ -58,7 +57,6 @@ poll STIP until it falls. ==== [NOTE] -.Non-normative ==== In systems in which a supervisor execution environment (SEE) provides timer facilities via an SBI function call, this SBI call will continue to support @@ -134,7 +132,6 @@ typically as a result of writing vstimecmp. The interrupt will be taken based on the standard interrupt enable and delegation rules while V=1. [NOTE] -.Non-normative ==== In systems in which a supervisor execution environment (SEE) implemented by an HS-mode hypervisor provides timer facilities via an SBI function call, this SBI |