Add APB verification components#1070
Open
c-thaler wants to merge 22 commits intoVUnit:vc_standardfrom
Open
Conversation
Collaborator
Author
|
Thanks. I had a look at it and I will start with implementing Rule 13 (single generic). |
Author
|
I've also implemented rules 10/15 (locking test runner cleanup gate while busy) and 14 (sync interface). |
Collaborator
|
Please rebase on the |
Author
|
@LarsAsplund The idea is to use |
b0ea8dc to
14ecd19
Compare
All generics are now integrated into a single parameter of type apb_master_t.
The bus_master implementation will create an actor if null_actor is given as parameter. So we don't have to do it in apb_master.
Keep it locked while there is unfinished work to do.
Major change to support optional pslverror signal of APB3.
Implementing rules 5 and 10. The logger name is set according to the id field.
Collaborator
|
I have two projects where this can be useful. I will have it tested there to see if there are issues to resolve. |
Author
|
Any news on this? |
Collaborator
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added APB master and slave VCs. The APB master is based on a VC that I used in a few of my designs.