blob: 665317aa3b073a1881bc66740a49dca417cfc67d [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
class csrng_agent_cov extends dv_base_agent_cov#(csrng_agent_cfg);
`uvm_component_utils(csrng_agent_cov)
// covergroups
function new(string name, uvm_component parent);
super.new(name, parent);
// instantiate all covergroups here
endfunction
endclass