Per
-
Per replied to the topic Expected failures in custom VC based on AddressBusRecType in the forum OSVVM 2 years, 3 months ago
Hello, thanks for your response!
Inspired by this I ended up using GetModelOptions to implement checking for slave error (my VC is a Wishbone master), and this appears to work as intended:
[Read more]
-- Test invalid register in slave (raise slave error)
ReadCheck(TransRec, x"100FF", x"0000");
GetModelOptions(TransRec, WISHBONE_OPT_ERR,… -
Per started the topic Expected failures in custom VC based on AddressBusRecType in the forum OSVVM 2 years, 3 months ago
Hi! I’ve recently started using OSVVM for my HDL designs, and haven’t fully learned how the system works yet.
What I’m trying to do is implement a Wishbone VC based on AddressBusRecType (this probably already exists somewhere, but there are other VCs I need to implement, so I rather learn the method), and I want to implement detecting failures…[Read more]
-
Per became a registered member 2 years, 3 months ago