blob: bfb132995d896a8f519da0c8e2a83fffd6d85769 [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 hmac_env_cov extends cip_base_env_cov #(.CFG_T(hmac_env_cfg));
`uvm_component_utils(hmac_env_cov)
function new(string name, uvm_component parent);
super.new(name, parent);
// add more covergroup here
endfunction : new
endclass