-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
= XTeic | ||
Jan Oleksiewicz <[email protected]> | ||
:appversion: 0.36.4 | ||
:appversion: 0.36.5 | ||
:toc: | ||
:toclevels: 5 | ||
:sectnums: | ||
|
@@ -102,15 +102,15 @@ NOTE: BTW, my prediction is that the "competitor A" will be able to do a | |
Typical interrupt latency of CLIC trampoline was measured at 33 (inline handler) and 42 | ||
(trampoline) cycles for CV32E40P <<CV32RT>>. | ||
|
||
==== CV32RT fastirq | ||
==== CV32RT, CLIC fastirq | ||
|
||
CV32RT "fastirq" <<CV32RT>> extends CLIC by moving prologue handling entirely into | ||
the hardware as well as introducing background lazy stacking from a shadow register set. | ||
|
||
The epilogue is still handled in software. | ||
|
||
Tail chaining is supported by `emret` instruction, but a late arrival (higher priority) will have to | ||
wait for the background stacking to finish. | ||
Tail chaining is supported by custom `emret` instruction, but a nesting or late arrival will | ||
have to wait for the background stacking to finish. | ||
As a consequence there is a jitter equal to the stacking window. | ||
|
||
==== emb-riscv | ||
|