blob: 82c936cd8c7ad3b28ca92d7d4e1c90e4bff0e0e5 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
// Binds PATTGEN functional coverage interaface to the top level PATTGEN module.
module pattgen_cov_bind;
bind pattgen pattgen_cov_if u_pattgen_cov_if (.*);
endmodule