Rupert Swarbrick
Rupert Swarbrick
The smoke test checks the racl_policies_o behaviour but nothing else yet. However it *is* a basic start that does something.
These missing causes a warning from Verissimo. This is similar to PR #26600 (but there were some more hits!)
The sequence runs without the scoreboard enabled, so the sequence is responsible for updating the RAL. This commit adds a missing update. The motivation for this was to fix the...
Using the non-parameterised version causes lint errors from Verissimo, which this should fix.
These are classes that derive from uvm_object and Verissimo correctly points out that we should probably register them properly with the database.
This was spotted by a warning from Verissimo.
Honestly, I'm rather unconvinced by this class in general ("scoreboard" as a class name?!). This is a trivial change though, triggered by a warning from Verissimo that we were passing...
We're deriving from uvm_driver, which is derived from uvm_component and needs the corresponding "utils" macro. This was prompted by a lint warning from Verissimo.
These names aren't actually right: the channels are called A and D and these are just indices: TLUL doesn't use channels B and C. Change the enum names with AddrChannel...
Honestly, this is slightly overengineered (the only place we can generate this exception catches it and throws it away!). But I thought it might make sense to store the information...