-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add APB verification components #1070
base: vc_standard
Are you sure you want to change the base?
Conversation
Thanks. I had a look at it and I will start with implementing Rule 13 (single generic). |
I've also implemented rules 10/15 (locking test runner cleanup gate while busy) and 14 (sync interface). |
Please rebase on the |
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.
@LarsAsplund The idea is to use |
I added APB master and slave VCs. The APB master is based on a VC that I used in a few of my designs.