-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interrupt agent : Modify README also clean interrupt_pkg (#2571)
- Loading branch information
1 parent
c389382
commit 7eb33df
Showing
4 changed files
with
71 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,16 +1,3 @@ | ||
Description of the interrupt agent. | ||
*Interrupt Agent documentation:* | ||
|
||
- The interrupt agent supports mainly 3 modes: | ||
1 - The agent sends one interrupt request, then we deassert it. | ||
2 - The agent sends several interrupt requests at the same time, with the same size, then we deassert the interrupt requests. | ||
3 - The agent sends randomized interrupt requests. | ||
|
||
- The interrupt agent has 2 type of delays in `uvma_interrupt_seq_item.sv`: | ||
1 - `irq_delay` is related to the delay between two interrupt request. | ||
2 - `irq_time` is related to the time the interrupt request could take. | ||
|
||
- The interrupt agent sends requests asynchronously. | ||
|
||
- To enable interrupt requests you should add the option `"+enable_interrupt"`. | ||
|
||
- There is no mechanism to clear the interrupt requests (on going). | ||
You can see the UVM interrupt agent documentation in : https://gitlab-tss.gemalto.com/riscv/ohg-pr/cva6/-/blob/master/docs/04_cv32a65x/tristan/verif-spec/verification_specifications.adoc |
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