From 1321840665044252623a78d1a6b32d12d26833bf Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 29 Jun 2015 07:37:48 +0200 Subject: Minor README change --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. -- cgit