aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef5db86..ad43897 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,8 @@ interface only becomes functional when ENABLE_PCPI is set as well.
#### ENABLE_IRQ (default = 0)
-Set this to 1 to enable IRQs. (see "" below for a discussion of IRQs)
+Set this to 1 to enable IRQs. (see "Custom Instructions for IRQ Handling" below
+for a discussion of IRQs)
#### ENABLE_IRQ_QREGS (default = 1)
@@ -163,10 +164,14 @@ bitmask in x4 (tp), the global pointer and thread pointer registers according
to the RISC-V ABI. Code generated from ordinary C code will not interact with
those registers.
+Support for q-registers is always disabled when ENABLE_IRQ is set to 0.
+
#### ENABLE_IRQ_TIMER (default = 1)
Set this to 0 to disable support for the `timer` instruction.
+Support for the timer is always disabled when ENABLE_IRQ is set to 0.
+
#### MASKED_IRQ (default = 32'h 0000_0000)
A 1 bit in this bitmask corresponds to a permanently disabled IRQ.