Skip to content

Commit a37d5ae

Browse files
committed
Inline introduction.adoc
Having it in a separate file confuses VSCode's Asciidoc support a bit because the heading sequence isn't correct - it goes H1->H3. I think it's also less confusing for humans this way, because only the first part of the introduction was in the introduction.adoc, and it hardly seems worth having a separate file for one paragraph.
1 parent f8ec1b7 commit a37d5ae

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

riscv-plic.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,15 @@ include::changelog.adoc[]
5454
include::licensing.adoc[]
5555
// Contributors of this document
5656
include::contributor.adoc[]
57-
// introduction of this document
58-
include::introduction.adoc[]
57+
58+
== Introduction
59+
60+
This document specifies the Platform-Level Interrupt Controller (PLIC). PLIC is
61+
designed to work in the context of RISC-V systems and allows various
62+
device interrupts to be multiplexed onto the external interrupt lines of one or
63+
more Hart contexts, with hardware support for interrupt priorities. PLIC supports
64+
up-to 1023 interrupts (0 is reserved) and 15872 contexts. The actual number of
65+
interrupts and context depends on the PLIC implementation.
5966

6067
=== Interrupt Targets and Hart Contexts
6168

0 commit comments

Comments
 (0)