blob: c6d1536ef9a674fc9145080680c5315b333b9e7f [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 spi_agent_cov extends dv_base_agent_cov #(spi_agent_cfg);
`uvm_component_utils(spi_agent_cov)
// covergroups declarations
function new(string name, uvm_component parent);
super.new(name, parent);
// instantiate all covergroups here
endfunction : new
endclass