-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interrupt agent : Modify README also clean interrupt_pkg #2571
base: master
Are you sure you want to change the base?
Conversation
✔️ successful run, report available here. |
`.irq_i ( {1'b0, irq_i[0]} )` | ||
`.ipi_i ( 1'b0 )` | ||
`.time_irq_i ( irq_i[1] )` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could do this to all your code snippets.
It should add syntax highlighting.
`.irq_i ( {1'b0, irq_i[0]} )` | |
`.ipi_i ( 1'b0 )` | |
`.time_irq_i ( irq_i[1] )` | |
```systemverilog | |
.irq_i ( {1'b0, irq_i[0]} ) | |
.ipi_i ( 1'b0 ) | |
.time_irq_i ( irq_i[1] ) | |
``` |
@AyoubJalali @ASintzoff This document must be part of the verification document carried out for the TRISTAN project. |
✔️ successful run, report available here. |
Add README also clean pkg