Rupert Swarbrick

Results 64 issues of Rupert Swarbrick

The smoke test checks the racl_policies_o behaviour but nothing else yet. However it *is* a basic start that does something.

Component:DV
IP:racl_ctrl

These missing causes a warning from Verissimo. This is similar to PR #26600 (but there were some more hits!)

Component:DV

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...

Component:DV

Using the non-parameterised version causes lint errors from Verissimo, which this should fix.

Component:DV

These are classes that derive from uvm_object and Verissimo correctly points out that we should probably register them properly with the database.

Component:DV
Type:Cleanup

This was spotted by a warning from Verissimo.

Component:DV

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...

Component:DV

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.

Component:DV

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...

Component:DV
Component:RTL

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...

Tool:reggen